Html Css Color HEX #CDA76F Putty

📋 copy color: '#CDA76F'

red 205 ◦ green 167 ◦ blue 111

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

Shades of Putty #CDA76F

Tints of Putty #CDA76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.98%

R = 42.44%
G = 34.58%
B = 22.98%

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

#CDA76F (or 0xCDA76F) is known color: Putty. HEX triplet: CD, A7 and 6F. RGB value is (205,167,111). Sum of RGB (Red+Green+Blue) = 205+167+111=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA76F is #325890. Grayscale: #ACACAC. Windows color (decimal): -3299473 or 7317453. OLE color: 7317453.

HSL color Cylindrical-coordinate representation of color #CDA76F: hue angle of 35.74º degrees, saturation: 0.48, 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 #CDA76F is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 167 111 -
CMYK 0 0.19 0.46 0.20
HSL 35.74º 0.48% 0.62% -
HSV(B) 35.74º 0.46% 0.8% -
XYZ 41.86 41.76 20.89 -
YUV 171.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 205 167 111 0 0.19 0.46 0.20 35.74 0.48 0.62
Hex CD A7 6F 0 13 2E 14 24 30 3E
Octal 315 247 157 0 23 56 24 44 60 76
Binary 11001101 10100111 1101111 0 10011 101110 10100 100100 110000 111110

Color Harmonies of #CDA76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA76F

Black with #CDA76F

Text Example


Text Example

White with #CDA76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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