Html Css Color HEX #DBB274 Putty

📋 copy color: '#DBB274'

red 219 ◦ green 178 ◦ blue 116

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

Shades of Putty #DBB274

Tints of Putty #DBB274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.61%

R = 42.69%
G = 34.7%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBB274 (or 0xDBB274) is known color: Putty. HEX triplet: DB, B2 and 74. RGB value is (219,178,116). Sum of RGB (Red+Green+Blue) = 219+178+116=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB274 is #244D8B. Grayscale: #B7B7B7. Windows color (decimal): -2379148 or 7647963. OLE color: 7647963.

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

Color convert

RGB 219 178 116 -
CMYK 0 0.19 0.47 0.14
HSL 36.12º 0.59% 0.66% -
HSV(B) 36.12º 0.47% 0.86% -
XYZ 48.29 48.16 23.27 -
YUV 183.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 219 178 116 0 0.19 0.47 0.14 36.12 0.59 0.66
Hex DB B2 74 0 13 2F E 24 3B 42
Octal 333 262 164 0 23 57 16 44 73 102
Binary 11011011 10110010 1110100 0 10011 101111 1110 100100 111011 1000010

Color Harmonies of #DBB274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB274

Black with #DBB274

Text Example


Text Example

White with #DBB274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB274; }

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

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

background-color css

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

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

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

border-color css

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

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

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