Html Css Color HEX #CDA976 Putty

📋 copy color: '#CDA976'

red 205 ◦ green 169 ◦ blue 118

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

Shades of Putty #CDA976

Tints of Putty #CDA976

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.35%

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

R = 41.67%
G = 34.35%
B = 23.98%

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

#CDA976 (or 0xCDA976) is known color: Putty. HEX triplet: CD, A9 and 76. RGB value is (205,169,118). Sum of RGB (Red+Green+Blue) = 205+169+118=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA976 is #325689. Grayscale: #AEAEAE. Windows color (decimal): -3298954 or 7776717. OLE color: 7776717.

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

Color convert

RGB 205 169 118 -
CMYK 0 0.18 0.42 0.20
HSL 35.17º 0.47% 0.63% -
HSV(B) 35.17º 0.42% 0.8% -
XYZ 42.63 42.66 23.13 -
YUV 173.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 205 169 118 0 0.18 0.42 0.20 35.17 0.47 0.63
Hex CD A9 76 0 12 2A 14 23 2F 3F
Octal 315 251 166 0 22 52 24 43 57 77
Binary 11001101 10101001 1110110 0 10010 101010 10100 100011 101111 111111

Color Harmonies of #CDA976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA976

Black with #CDA976

Text Example


Text Example

White with #CDA976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA976; }

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

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

background-color css

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

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

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

border-color css

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

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

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