Html Css Color HEX #CDAF74 Putty

📋 copy color: '#CDAF74'

red 205 ◦ green 175 ◦ blue 116

#CDAF74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #CDAF74

Tints of Putty #CDAF74

RGB

 RED value IS 205 (80.47% from 255) = 41.33%

 GREEN value IS 175 (68.75% from 255) = 35.28%

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 41.33%
G = 35.28%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDAF74 (or 0xCDAF74) is known color: Putty. HEX triplet: CD, AF and 74. RGB value is (205,175,116). Sum of RGB (Red+Green+Blue) = 205+175+116=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF74 is #32508B. Grayscale: #B1B1B1. Windows color (decimal): -3297420 or 7647181. OLE color: 7647181.

HSL color Cylindrical-coordinate representation of color #CDAF74: hue angle of 39.78º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDAF74 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 175 116 -
CMYK 0 0.15 0.43 0.20
HSL 39.78º 0.47% 0.63% -
HSV(B) 39.78º 0.43% 0.8% -
XYZ 43.66 44.9 22.89 -
YUV 177.24 93.44 147.8 -
System Red Green Blue C M Y K H S L
Decimal 205 175 116 0 0.15 0.43 0.20 39.78 0.47 0.63
Hex CD AF 74 0 F 2B 14 28 2F 3F
Octal 315 257 164 0 17 53 24 50 57 77
Binary 11001101 10101111 1110100 0 1111 101011 10100 101000 101111 111111

Color Harmonies of #CDAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF74

Black with #CDAF74

Text Example


Text Example

White with #CDAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF74; }

 p { color: rgb(205,175,116); }

 H1.HeaderClassName
 {
   color: #CDAF74;
 }
 .AnyTagClassName
 {
   color: #CDAF74;
 }
</style>

background-color css

<style>
 a { background-color: #CDAF74; }

 a { background-color: rgb(205,175,116); }

 div.DivClassName
 {
   background-color: #CDAF74;
 }
 .BgClassName
 {
   background-color: #CDAF74;
 }
</style>

border-color css

<style>
 span { border-color: #CDAF74; }

 span { border-color: rgb(205,175,116); }

 td.TdClassName
 {
   border-color: #CDAF74;
 }
 .TagClassName
 {
   border-color: #CDAF74;
 }
</style>