Html Css Color HEX #CDB76E Putty

📋 copy color: '#CDB76E'

red 205 ◦ green 183 ◦ blue 110

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

Shades of Putty #CDB76E

Tints of Putty #CDB76E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.75%

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

R = 41.16%
G = 36.75%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDB76E (or 0xCDB76E) is known color: Putty. HEX triplet: CD, B7 and 6E. RGB value is (205,183,110). Sum of RGB (Red+Green+Blue) = 205+183+110=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB76E is #324891. Grayscale: #B5B5B5. Windows color (decimal): -3295378 or 7256013. OLE color: 7256013.

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

Color convert

RGB 205 183 110 -
CMYK 0 0.11 0.46 0.20
HSL 46.11º 0.49% 0.62% -
HSV(B) 46.11º 0.46% 0.8% -
XYZ 44.92 47.97 21.64 -
YUV 181.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 205 183 110 0 0.11 0.46 0.20 46.11 0.49 0.62
Hex CD B7 6E 0 B 2E 14 2E 31 3E
Octal 315 267 156 0 13 56 24 56 61 76
Binary 11001101 10110111 1101110 0 1011 101110 10100 101110 110001 111110

Color Harmonies of #CDB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB76E

Black with #CDB76E

Text Example


Text Example

White with #CDB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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