Html Css Color HEX #CDB66E Putty

📋 copy color: '#CDB66E'

red 205 ◦ green 182 ◦ blue 110

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

Shades of Putty #CDB66E

Tints of Putty #CDB66E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.62%

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

R = 41.25%
G = 36.62%
B = 22.13%

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

#CDB66E (or 0xCDB66E) is known color: Putty. HEX triplet: CD, B6 and 6E. RGB value is (205,182,110). Sum of RGB (Red+Green+Blue) = 205+182+110=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB66E is #324991. Grayscale: #B4B4B4. Windows color (decimal): -3295634 or 7255757. OLE color: 7255757.

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

Color convert

RGB 205 182 110 -
CMYK 0 0.11 0.46 0.20
HSL 45.47º 0.49% 0.62% -
HSV(B) 45.47º 0.46% 0.8% -
XYZ 44.72 47.56 21.58 -
YUV 180.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 205 182 110 0 0.11 0.46 0.20 45.47 0.49 0.62
Hex CD B6 6E 0 B 2E 14 2D 31 3E
Octal 315 266 156 0 13 56 24 55 61 76
Binary 11001101 10110110 1101110 0 1011 101110 10100 101101 110001 111110

Color Harmonies of #CDB66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB66E

Black with #CDB66E

Text Example


Text Example

White with #CDB66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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