Html Css Color HEX #DB6B31 Gold Drop

📋 copy color: '#DB6B31'

red 219 ◦ green 107 ◦ blue 49

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

Shades of Gold Drop #DB6B31

Tints of Gold Drop #DB6B31

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.53%

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 58.4%
G = 28.53%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB6B31 (or 0xDB6B31) is known color: Gold Drop. HEX triplet: DB, 6B and 31. RGB value is (219,107,49). Sum of RGB (Red+Green+Blue) = 219+107+49=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6B31 is #2494CE. Grayscale: #868686. Windows color (decimal): -2397391 or 3238875. OLE color: 3238875.

HSL color Cylindrical-coordinate representation of color #DB6B31: hue angle of 20.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB6B31 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 107 49 -
CMYK 0 0.51 0.78 0.14
HSL 20.47º 0.7% 0.53% -
HSV(B) 20.47º 0.78% 0.86% -
XYZ 35.03 25.8 6.04 -
YUV 133.88 80.11 188.72 -
System Red Green Blue C M Y K H S L
Decimal 219 107 49 0 0.51 0.78 0.14 20.47 0.7 0.53
Hex DB 6B 31 0 33 4E E 14 46 35
Octal 333 153 61 0 63 116 16 24 106 65
Binary 11011011 1101011 110001 0 110011 1001110 1110 10100 1000110 110101

Color Harmonies of #DB6B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B31

Black with #DB6B31

Text Example


Text Example

White with #DB6B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B31; }

 p { color: rgb(219,107,49); }

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

background-color css

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

 a { background-color: rgb(219,107,49); }

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

border-color css

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

 span { border-color: rgb(219,107,49); }

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