Html Css Color HEX #CDB06D Putty

📋 copy color: '#CDB06D'

red 205 ◦ green 176 ◦ blue 109

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

Shades of Putty #CDB06D

Tints of Putty #CDB06D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

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

R = 41.84%
G = 35.92%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDB06D (or 0xCDB06D) is known color: Putty. HEX triplet: CD, B0 and 6D. RGB value is (205,176,109). Sum of RGB (Red+Green+Blue) = 205+176+109=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB06D is #324F92. Grayscale: #B1B1B1. Windows color (decimal): -3297171 or 7188685. OLE color: 7188685.

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

Color convert

RGB 205 176 109 -
CMYK 0 0.14 0.47 0.20
HSL 41.88º 0.49% 0.62% -
HSV(B) 41.88º 0.47% 0.8% -
XYZ 43.46 45.13 20.89 -
YUV 177.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 205 176 109 0 0.14 0.47 0.20 41.88 0.49 0.62
Hex CD B0 6D 0 E 2F 14 2A 31 3E
Octal 315 260 155 0 16 57 24 52 61 76
Binary 11001101 10110000 1101101 0 1110 101111 10100 101010 110001 111110

Color Harmonies of #CDB06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB06D

Black with #CDB06D

Text Example


Text Example

White with #CDB06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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