Html Css Color HEX #CDA76A Putty

📋 copy color: '#CDA76A'

red 205 ◦ green 167 ◦ blue 106

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

Shades of Putty #CDA76A

Tints of Putty #CDA76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 42.89%
G = 34.94%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CDA76A (or 0xCDA76A) is known color: Putty. HEX triplet: CD, A7 and 6A. RGB value is (205,167,106). Sum of RGB (Red+Green+Blue) = 205+167+106=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA76A is #325895. Grayscale: #ABABAB. Windows color (decimal): -3299478 or 6989773. OLE color: 6989773.

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

Color convert

RGB 205 167 106 -
CMYK 0 0.19 0.48 0.20
HSL 36.97º 0.5% 0.61% -
HSV(B) 36.97º 0.48% 0.8% -
XYZ 41.6 41.66 19.48 -
YUV 171.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 205 167 106 0 0.19 0.48 0.20 36.97 0.5 0.61
Hex CD A7 6A 0 13 30 14 25 32 3D
Octal 315 247 152 0 23 60 24 45 62 75
Binary 11001101 10100111 1101010 0 10011 110000 10100 100101 110010 111101

Color Harmonies of #CDA76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA76A

Black with #CDA76A

Text Example


Text Example

White with #CDA76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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