Html Css Color HEX #CDA876 Putty

📋 copy color: '#CDA876'

red 205 ◦ green 168 ◦ blue 118

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

Shades of Putty #CDA876

Tints of Putty #CDA876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 41.75%
G = 34.22%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDA876 (or 0xCDA876) is known color: Putty. HEX triplet: CD, A8 and 76. RGB value is (205,168,118). Sum of RGB (Red+Green+Blue) = 205+168+118=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA876 is #325789. Grayscale: #ADADAD. Windows color (decimal): -3299210 or 7776461. OLE color: 7776461.

HSL color Cylindrical-coordinate representation of color #CDA876: hue angle of 34.48º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDA876 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 168 118 -
CMYK 0 0.18 0.42 0.20
HSL 34.48º 0.47% 0.63% -
HSV(B) 34.48º 0.42% 0.8% -
XYZ 42.45 42.29 23.07 -
YUV 173.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 205 168 118 0 0.18 0.42 0.20 34.48 0.47 0.63
Hex CD A8 76 0 12 2A 14 22 2F 3F
Octal 315 250 166 0 22 52 24 42 57 77
Binary 11001101 10101000 1110110 0 10010 101010 10100 100010 101111 111111

Color Harmonies of #CDA876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA876

Black with #CDA876

Text Example


Text Example

White with #CDA876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA876; }

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

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

background-color css

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

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

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

border-color css

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

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

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