Html Css Color HEX #CDAF70 Putty

📋 copy color: '#CDAF70'

red 205 ◦ green 175 ◦ blue 112

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

Shades of Putty #CDAF70

Tints of Putty #CDAF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.76%

R = 41.67%
G = 35.57%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDAF70 (or 0xCDAF70) is known color: Putty. HEX triplet: CD, AF and 70. RGB value is (205,175,112). Sum of RGB (Red+Green+Blue) = 205+175+112=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF70 is #32508F. Grayscale: #B1B1B1. Windows color (decimal): -3297424 or 7385037. OLE color: 7385037.

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

Color convert

RGB 205 175 112 -
CMYK 0 0.15 0.45 0.20
HSL 40.65º 0.48% 0.62% -
HSV(B) 40.65º 0.45% 0.8% -
XYZ 43.43 44.81 21.69 -
YUV 176.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 205 175 112 0 0.15 0.45 0.20 40.65 0.48 0.62
Hex CD AF 70 0 F 2D 14 29 30 3E
Octal 315 257 160 0 17 55 24 51 60 76
Binary 11001101 10101111 1110000 0 1111 101101 10100 101001 110000 111110

Color Harmonies of #CDAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF70

Black with #CDAF70

Text Example


Text Example

White with #CDAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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