Html Css Color HEX #DCB072 Putty

📋 copy color: '#DCB072'

red 220 ◦ green 176 ◦ blue 114

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

Shades of Putty #DCB072

Tints of Putty #DCB072

RGB

 RED value IS 220 (86.33% from 255) = 43.14%

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

 BLUE value IS 114 (44.92% from 255) = 22.35%

R = 43.14%
G = 34.51%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCB072 (or 0xDCB072) is known color: Putty. HEX triplet: DC, B0 and 72. RGB value is (220,176,114). Sum of RGB (Red+Green+Blue) = 220+176+114=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB072 is #234F8D. Grayscale: #B6B6B6. Windows color (decimal): -2314126 or 7516380. OLE color: 7516380.

HSL color Cylindrical-coordinate representation of color #DCB072: hue angle of 35.09º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCB072 is Cyan = 0, Magento = 0.2, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 114 -
CMYK 0 0.2 0.48 0.14
HSL 35.09º 0.6% 0.65% -
HSV(B) 35.09º 0.48% 0.86% -
XYZ 48.08 47.48 22.55 -
YUV 182.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 220 176 114 0 0.2 0.48 0.14 35.09 0.6 0.65
Hex DC B0 72 0 14 30 E 23 3C 41
Octal 334 260 162 0 24 60 16 43 74 101
Binary 11011100 10110000 1110010 0 10100 110000 1110 100011 111100 1000001

Color Harmonies of #DCB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB072

Black with #DCB072

Text Example


Text Example

White with #DCB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB072; }

 p { color: rgb(220,176,114); }

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

background-color css

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

 a { background-color: rgb(220,176,114); }

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

border-color css

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

 span { border-color: rgb(220,176,114); }

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