Html Css Color HEX #DBB174 Putty

📋 copy color: '#DBB174'

red 219 ◦ green 177 ◦ blue 116

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

Shades of Putty #DBB174

Tints of Putty #DBB174

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.57%

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

R = 42.77%
G = 34.57%
B = 22.66%

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

#DBB174 (or 0xDBB174) is known color: Putty. HEX triplet: DB, B1 and 74. RGB value is (219,177,116). Sum of RGB (Red+Green+Blue) = 219+177+116=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB174 is #244E8B. Grayscale: #B6B6B6. Windows color (decimal): -2379404 or 7647707. OLE color: 7647707.

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

Color convert

RGB 219 177 116 -
CMYK 0 0.19 0.47 0.14
HSL 35.53º 0.59% 0.66% -
HSV(B) 35.53º 0.47% 0.86% -
XYZ 48.09 47.77 23.21 -
YUV 182.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 219 177 116 0 0.19 0.47 0.14 35.53 0.59 0.66
Hex DB B1 74 0 13 2F E 24 3B 42
Octal 333 261 164 0 23 57 16 44 73 102
Binary 11011011 10110001 1110100 0 10011 101111 1110 100100 111011 1000010

Color Harmonies of #DBB174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB174

Black with #DBB174

Text Example


Text Example

White with #DBB174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB174; }

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

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

background-color css

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

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

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

border-color css

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

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

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