Html Css Color HEX #CDB36D Putty

📋 copy color: '#CDB36D'

red 205 ◦ green 179 ◦ blue 109

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

Shades of Putty #CDB36D

Tints of Putty #CDB36D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.31%

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

R = 41.58%
G = 36.31%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDB36D (or 0xCDB36D) is known color: Putty. HEX triplet: CD, B3 and 6D. RGB value is (205,179,109). Sum of RGB (Red+Green+Blue) = 205+179+109=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB36D is #324C92. Grayscale: #B3B3B3. Windows color (decimal): -3296403 or 7189453. OLE color: 7189453.

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

Color convert

RGB 205 179 109 -
CMYK 0 0.13 0.47 0.20
HSL 43.75º 0.49% 0.62% -
HSV(B) 43.75º 0.47% 0.8% -
XYZ 44.06 46.32 21.09 -
YUV 178.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 205 179 109 0 0.13 0.47 0.20 43.75 0.49 0.62
Hex CD B3 6D 0 D 2F 14 2C 31 3E
Octal 315 263 155 0 15 57 24 54 61 76
Binary 11001101 10110011 1101101 0 1101 101111 10100 101100 110001 111110

Color Harmonies of #CDB36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB36D

Black with #CDB36D

Text Example


Text Example

White with #CDB36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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