Html Css Color HEX #DBB375 Putty

📋 copy color: '#DBB375'

red 219 ◦ green 179 ◦ blue 117

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

Shades of Putty #DBB375

Tints of Putty #DBB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.76%

 BLUE value IS 117 (46.09% from 255) = 22.72%

R = 42.52%
G = 34.76%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBB375 (or 0xDBB375) is known color: Putty. HEX triplet: DB, B3 and 75. RGB value is (219,179,117). Sum of RGB (Red+Green+Blue) = 219+179+117=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB375 is #244C8A. Grayscale: #B8B8B8. Windows color (decimal): -2378891 or 7713755. OLE color: 7713755.

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

Color convert

RGB 219 179 117 -
CMYK 0 0.18 0.47 0.14
HSL 36.47º 0.59% 0.66% -
HSV(B) 36.47º 0.47% 0.86% -
XYZ 48.54 48.58 23.65 -
YUV 183.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 219 179 117 0 0.18 0.47 0.14 36.47 0.59 0.66
Hex DB B3 75 0 12 2F E 24 3B 42
Octal 333 263 165 0 22 57 16 44 73 102
Binary 11011011 10110011 1110101 0 10010 101111 1110 100100 111011 1000010

Color Harmonies of #DBB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB375

Black with #DBB375

Text Example


Text Example

White with #DBB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB375; }

 p { color: rgb(219,179,117); }

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

background-color css

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

 a { background-color: rgb(219,179,117); }

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

border-color css

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

 span { border-color: rgb(219,179,117); }

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