Html Css Color HEX #DBB270 Putty

📋 copy color: '#DBB270'

red 219 ◦ green 178 ◦ blue 112

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

Shades of Putty #DBB270

Tints of Putty #DBB270

RGB

 RED value IS 219 (85.94% from 255) = 43.03%

 GREEN value IS 178 (69.92% from 255) = 34.97%

 BLUE value IS 112 (44.14% from 255) = 22%

R = 43.03%
G = 34.97%
B = 22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBB270 (or 0xDBB270) is known color: Putty. HEX triplet: DB, B2 and 70. RGB value is (219,178,112). Sum of RGB (Red+Green+Blue) = 219+178+112=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB270 is #244D8F. Grayscale: #B7B7B7. Windows color (decimal): -2379152 or 7385819. OLE color: 7385819.

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

Color convert

RGB 219 178 112 -
CMYK 0 0.19 0.49 0.14
HSL 37.01º 0.6% 0.65% -
HSV(B) 37.01º 0.49% 0.86% -
XYZ 48.06 48.07 22.07 -
YUV 182.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 219 178 112 0 0.19 0.49 0.14 37.01 0.6 0.65
Hex DB B2 70 0 13 31 E 25 3C 41
Octal 333 262 160 0 23 61 16 45 74 101
Binary 11011011 10110010 1110000 0 10011 110001 1110 100101 111100 1000001

Color Harmonies of #DBB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB270

Black with #DBB270

Text Example


Text Example

White with #DBB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB270; }

 p { color: rgb(219,178,112); }

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

background-color css

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

 a { background-color: rgb(219,178,112); }

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

border-color css

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

 span { border-color: rgb(219,178,112); }

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