Html Css Color HEX #CDA870 Putty

📋 copy color: '#CDA870'

red 205 ◦ green 168 ◦ blue 112

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

Shades of Putty #CDA870

Tints of Putty #CDA870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.64%

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

R = 42.27%
G = 34.64%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDA870 (or 0xCDA870) is known color: Putty. HEX triplet: CD, A8 and 70. RGB value is (205,168,112). Sum of RGB (Red+Green+Blue) = 205+168+112=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA870 is #32578F. Grayscale: #ACACAC. Windows color (decimal): -3299216 or 7383245. OLE color: 7383245.

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

Color convert

RGB 205 168 112 -
CMYK 0 0.18 0.45 0.20
HSL 36.13º 0.48% 0.62% -
HSV(B) 36.13º 0.45% 0.8% -
XYZ 42.1 42.15 21.25 -
YUV 172.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 205 168 112 0 0.18 0.45 0.20 36.13 0.48 0.62
Hex CD A8 70 0 12 2D 14 24 30 3E
Octal 315 250 160 0 22 55 24 44 60 76
Binary 11001101 10101000 1110000 0 10010 101101 10100 100100 110000 111110

Color Harmonies of #CDA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA870

Black with #CDA870

Text Example


Text Example

White with #CDA870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA870; }

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

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

background-color css

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

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

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

border-color css

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

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

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