Html Css Color HEX #DBB475 Putty

📋 copy color: '#DBB475'

red 219 ◦ green 180 ◦ blue 117

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

Shades of Putty #DBB475

Tints of Putty #DBB475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.88%

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

R = 42.44%
G = 34.88%
B = 22.67%

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

#DBB475 (or 0xDBB475) is known color: Putty. HEX triplet: DB, B4 and 75. RGB value is (219,180,117). Sum of RGB (Red+Green+Blue) = 219+180+117=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB475 is #244B8A. Grayscale: #B8B8B8. Windows color (decimal): -2378635 or 7714011. OLE color: 7714011.

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

Color convert

RGB 219 180 117 -
CMYK 0 0.18 0.47 0.14
HSL 37.06º 0.59% 0.66% -
HSV(B) 37.06º 0.47% 0.86% -
XYZ 48.75 48.99 23.72 -
YUV 184.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 219 180 117 0 0.18 0.47 0.14 37.06 0.59 0.66
Hex DB B4 75 0 12 2F E 25 3B 42
Octal 333 264 165 0 22 57 16 45 73 102
Binary 11011011 10110100 1110101 0 10010 101111 1110 100101 111011 1000010

Color Harmonies of #DBB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB475

Black with #DBB475

Text Example


Text Example

White with #DBB475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB475; }

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

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

background-color css

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

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

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

border-color css

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

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

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