Html Css Color HEX #CDA470 Putty

📋 copy color: '#CDA470'

red 205 ◦ green 164 ◦ blue 112

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

Shades of Putty #CDA470

Tints of Putty #CDA470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.1%

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

R = 42.62%
G = 34.1%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDA470 (or 0xCDA470) is known color: Putty. HEX triplet: CD, A4 and 70. RGB value is (205,164,112). Sum of RGB (Red+Green+Blue) = 205+164+112=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA470 is #325B8F. Grayscale: #AAAAAA. Windows color (decimal): -3300240 or 7382221. OLE color: 7382221.

HSL color Cylindrical-coordinate representation of color #CDA470: hue angle of 33.55º 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 #CDA470 is Cyan = 0, Magento = 0.2, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 164 112 -
CMYK 0 0.2 0.45 0.20
HSL 33.55º 0.48% 0.62% -
HSV(B) 33.55º 0.45% 0.8% -
XYZ 41.38 40.7 21 -
YUV 170.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 205 164 112 0 0.2 0.45 0.20 33.55 0.48 0.62
Hex CD A4 70 0 14 2D 14 22 30 3E
Octal 315 244 160 0 24 55 24 42 60 76
Binary 11001101 10100100 1110000 0 10100 101101 10100 100010 110000 111110

Color Harmonies of #CDA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA470

Black with #CDA470

Text Example


Text Example

White with #CDA470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA470; }

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

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

background-color css

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

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

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

border-color css

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

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

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