Html Css Color HEX #CDB36C Putty

📋 copy color: '#CDB36C'

red 205 ◦ green 179 ◦ blue 108

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

Shades of Putty #CDB36C

Tints of Putty #CDB36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 41.67%
G = 36.38%
B = 21.95%

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

#CDB36C (or 0xCDB36C) is known color: Putty. HEX triplet: CD, B3 and 6C. RGB value is (205,179,108). Sum of RGB (Red+Green+Blue) = 205+179+108=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB36C is #324C93. Grayscale: #B2B2B2. Windows color (decimal): -3296404 or 7123917. OLE color: 7123917.

HSL color Cylindrical-coordinate representation of color #CDB36C: hue angle of 43.92º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDB36C is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 179 108 -
CMYK 0 0.13 0.47 0.20
HSL 43.92º 0.49% 0.61% -
HSV(B) 43.92º 0.47% 0.8% -
XYZ 44 46.3 20.81 -
YUV 178.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 205 179 108 0 0.13 0.47 0.20 43.92 0.49 0.61
Hex CD B3 6C 0 D 2F 14 2C 31 3D
Octal 315 263 154 0 15 57 24 54 61 75
Binary 11001101 10110011 1101100 0 1101 101111 10100 101100 110001 111101

Color Harmonies of #CDB36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB36C

Black with #CDB36C

Text Example


Text Example

White with #CDB36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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