Html Css Color HEX #CDA76D Putty

📋 copy color: '#CDA76D'

red 205 ◦ green 167 ◦ blue 109

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

Shades of Putty #CDA76D

Tints of Putty #CDA76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.66%

R = 42.62%
G = 34.72%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDA76D (or 0xCDA76D) is known color: Putty. HEX triplet: CD, A7 and 6D. RGB value is (205,167,109). Sum of RGB (Red+Green+Blue) = 205+167+109=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA76D is #325892. Grayscale: #ACACAC. Windows color (decimal): -3299475 or 7186381. OLE color: 7186381.

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

Color convert

RGB 205 167 109 -
CMYK 0 0.19 0.47 0.20
HSL 36.25º 0.49% 0.62% -
HSV(B) 36.25º 0.47% 0.8% -
XYZ 41.76 41.72 20.32 -
YUV 171.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 205 167 109 0 0.19 0.47 0.20 36.25 0.49 0.62
Hex CD A7 6D 0 13 2F 14 24 31 3E
Octal 315 247 155 0 23 57 24 44 61 76
Binary 11001101 10100111 1101101 0 10011 101111 10100 100100 110001 111110

Color Harmonies of #CDA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA76D

Black with #CDA76D

Text Example


Text Example

White with #CDA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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