Html Css Color HEX #CDA76E Putty

📋 copy color: '#CDA76E'

red 205 ◦ green 167 ◦ blue 110

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

Shades of Putty #CDA76E

Tints of Putty #CDA76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.82%

R = 42.53%
G = 34.65%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDA76E (or 0xCDA76E) is known color: Putty. HEX triplet: CD, A7 and 6E. RGB value is (205,167,110). Sum of RGB (Red+Green+Blue) = 205+167+110=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA76E is #325891. Grayscale: #ACACAC. Windows color (decimal): -3299474 or 7251917. OLE color: 7251917.

HSL color Cylindrical-coordinate representation of color #CDA76E: hue angle of 36º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDA76E is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 167 110 -
CMYK 0 0.19 0.46 0.20
HSL 36º 0.49% 0.62% -
HSV(B) 36º 0.46% 0.8% -
XYZ 41.81 41.74 20.61 -
YUV 171.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 205 167 110 0 0.19 0.46 0.20 36 0.49 0.62
Hex CD A7 6E 0 13 2E 14 24 31 3E
Octal 315 247 156 0 23 56 24 44 61 76
Binary 11001101 10100111 1101110 0 10011 101110 10100 100100 110001 111110

Color Harmonies of #CDA76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA76E

Black with #CDA76E

Text Example


Text Example

White with #CDA76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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