Html Css Color HEX #CDB06F Putty

📋 copy color: '#CDB06F'

red 205 ◦ green 176 ◦ blue 111

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

Shades of Putty #CDB06F

Tints of Putty #CDB06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.56%

R = 41.67%
G = 35.77%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDB06F (or 0xCDB06F) is known color: Putty. HEX triplet: CD, B0 and 6F. RGB value is (205,176,111). Sum of RGB (Red+Green+Blue) = 205+176+111=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB06F is #324F90. Grayscale: #B1B1B1. Windows color (decimal): -3297169 or 7319757. OLE color: 7319757.

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

Color convert

RGB 205 176 111 -
CMYK 0 0.14 0.46 0.20
HSL 41.49º 0.48% 0.62% -
HSV(B) 41.49º 0.46% 0.8% -
XYZ 43.57 45.18 21.46 -
YUV 177.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 205 176 111 0 0.14 0.46 0.20 41.49 0.48 0.62
Hex CD B0 6F 0 E 2E 14 29 30 3E
Octal 315 260 157 0 16 56 24 51 60 76
Binary 11001101 10110000 1101111 0 1110 101110 10100 101001 110000 111110

Color Harmonies of #CDB06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB06F

Black with #CDB06F

Text Example


Text Example

White with #CDB06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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