Html Css Color HEX #DB6830 Gold Drop

📋 copy color: '#DB6830'

red 219 ◦ green 104 ◦ blue 48

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

Shades of Gold Drop #DB6830

Tints of Gold Drop #DB6830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

 BLUE value IS 48 (19.14% from 255) = 12.94%

R = 59.03%
G = 28.03%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB6830 (or 0xDB6830) is known color: Gold Drop. HEX triplet: DB, 68 and 30. RGB value is (219,104,48). Sum of RGB (Red+Green+Blue) = 219+104+48=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6830 is #2497CF. Grayscale: #848484. Windows color (decimal): -2398160 or 3172571. OLE color: 3172571.

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

Color convert

RGB 219 104 48 -
CMYK 0 0.53 0.78 0.14
HSL 19.65º 0.7% 0.52% -
HSV(B) 19.65º 0.78% 0.86% -
XYZ 34.7 25.17 5.83 -
YUV 132 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 219 104 48 0 0.53 0.78 0.14 19.65 0.7 0.52
Hex DB 68 30 0 35 4E E 14 46 34
Octal 333 150 60 0 65 116 16 24 106 64
Binary 11011011 1101000 110000 0 110101 1001110 1110 10100 1000110 110100

Color Harmonies of #DB6830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6830

Black with #DB6830

Text Example


Text Example

White with #DB6830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6830; }

 p { color: rgb(219,104,48); }

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

background-color css

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

 a { background-color: rgb(219,104,48); }

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

border-color css

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

 span { border-color: rgb(219,104,48); }

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