Html Css Color HEX #DB6630 Gold Drop

📋 copy color: '#DB6630'

red 219 ◦ green 102 ◦ blue 48

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

Shades of Gold Drop #DB6630

Tints of Gold Drop #DB6630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

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

R = 59.35%
G = 27.64%
B = 13.01%

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

#DB6630 (or 0xDB6630) is known color: Gold Drop. HEX triplet: DB, 66 and 30. RGB value is (219,102,48). Sum of RGB (Red+Green+Blue) = 219+102+48=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6630 is #2499CF. Grayscale: #838383. Windows color (decimal): -2398672 or 3172059. OLE color: 3172059.

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

Color convert

RGB 219 102 48 -
CMYK 0 0.53 0.78 0.14
HSL 18.95º 0.7% 0.52% -
HSV(B) 18.95º 0.78% 0.86% -
XYZ 34.5 24.78 5.76 -
YUV 130.83 81.26 190.89 -
System Red Green Blue C M Y K H S L
Decimal 219 102 48 0 0.53 0.78 0.14 18.95 0.7 0.52
Hex DB 66 30 0 35 4E E 13 46 34
Octal 333 146 60 0 65 116 16 23 106 64
Binary 11011011 1100110 110000 0 110101 1001110 1110 10011 1000110 110100

Color Harmonies of #DB6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6630

Black with #DB6630

Text Example


Text Example

White with #DB6630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6630; }

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

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

background-color css

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

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

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

border-color css

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

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

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