Html Css Color HEX #CDAF66 Putty

📋 copy color: '#CDAF66'

red 205 ◦ green 175 ◦ blue 102

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

Shades of Putty #CDAF66

Tints of Putty #CDAF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.16%

R = 42.53%
G = 36.31%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CDAF66 (or 0xCDAF66) is known color: Putty. HEX triplet: CD, AF and 66. RGB value is (205,175,102). Sum of RGB (Red+Green+Blue) = 205+175+102=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF66 is #325099. Grayscale: #AFAFAF. Windows color (decimal): -3297434 or 6729677. OLE color: 6729677.

HSL color Cylindrical-coordinate representation of color #CDAF66: hue angle of 42.52º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDAF66 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 175 102 -
CMYK 0 0.15 0.50 0.20
HSL 42.52º 0.51% 0.6% -
HSV(B) 42.52º 0.5% 0.8% -
XYZ 42.91 44.6 18.92 -
YUV 175.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 205 175 102 0 0.15 0.50 0.20 42.52 0.51 0.6
Hex CD AF 66 0 F 32 14 2B 33 3C
Octal 315 257 146 0 17 62 24 53 63 74
Binary 11001101 10101111 1100110 0 1111 110010 10100 101011 110011 111100

Color Harmonies of #CDAF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF66

Black with #CDAF66

Text Example


Text Example

White with #CDAF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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