Html Css Color HEX #CDA770 Putty

📋 copy color: '#CDA770'

red 205 ◦ green 167 ◦ blue 112

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

Shades of Putty #CDA770

Tints of Putty #CDA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.5%

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

R = 42.36%
G = 34.5%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDA770 (or 0xCDA770) is known color: Putty. HEX triplet: CD, A7 and 70. RGB value is (205,167,112). Sum of RGB (Red+Green+Blue) = 205+167+112=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA770 is #32588F. Grayscale: #ACACAC. Windows color (decimal): -3299472 or 7382989. OLE color: 7382989.

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

Color convert

RGB 205 167 112 -
CMYK 0 0.19 0.45 0.20
HSL 35.48º 0.48% 0.62% -
HSV(B) 35.48º 0.45% 0.8% -
XYZ 41.92 41.79 21.19 -
YUV 172.09 94.09 151.47 -
System Red Green Blue C M Y K H S L
Decimal 205 167 112 0 0.19 0.45 0.20 35.48 0.48 0.62
Hex CD A7 70 0 13 2D 14 23 30 3E
Octal 315 247 160 0 23 55 24 43 60 76
Binary 11001101 10100111 1110000 0 10011 101101 10100 100011 110000 111110

Color Harmonies of #CDA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA770

Black with #CDA770

Text Example


Text Example

White with #CDA770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA770; }

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

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

background-color css

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

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

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

border-color css

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

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

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