Html Css Color HEX #CDB66D Putty

📋 copy color: '#CDB66D'

red 205 ◦ green 182 ◦ blue 109

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

Shades of Putty #CDB66D

Tints of Putty #CDB66D

RGB

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

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

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

R = 41.33%
G = 36.69%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDB66D (or 0xCDB66D) is known color: Putty. HEX triplet: CD, B6 and 6D. RGB value is (205,182,109). Sum of RGB (Red+Green+Blue) = 205+182+109=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB66D is #324992. Grayscale: #B4B4B4. Windows color (decimal): -3295635 or 7190221. OLE color: 7190221.

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

Color convert

RGB 205 182 109 -
CMYK 0 0.11 0.47 0.20
HSL 45.63º 0.49% 0.62% -
HSV(B) 45.63º 0.47% 0.8% -
XYZ 44.67 47.54 21.29 -
YUV 180.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 205 182 109 0 0.11 0.47 0.20 45.63 0.49 0.62
Hex CD B6 6D 0 B 2F 14 2E 31 3E
Octal 315 266 155 0 13 57 24 56 61 76
Binary 11001101 10110110 1101101 0 1011 101111 10100 101110 110001 111110

Color Harmonies of #CDB66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB66D

Black with #CDB66D

Text Example


Text Example

White with #CDB66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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