Html Css Color HEX #DB6626 Gold Drop

📋 copy color: '#DB6626'

red 219 ◦ green 102 ◦ blue 38

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

Shades of Gold Drop #DB6626

Tints of Gold Drop #DB6626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.58%

R = 61%
G = 28.41%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB6626 (or 0xDB6626) is known color: Gold Drop. HEX triplet: DB, 66 and 26. RGB value is (219,102,38). Sum of RGB (Red+Green+Blue) = 219+102+38=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6626 is #2499D9. Grayscale: #828282. Windows color (decimal): -2398682 or 2516699. OLE color: 2516699.

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

Color convert

RGB 219 102 38 -
CMYK 0 0.53 0.83 0.14
HSL 21.22º 0.72% 0.5% -
HSV(B) 21.22º 0.83% 0.86% -
XYZ 34.31 24.7 4.79 -
YUV 129.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 219 102 38 0 0.53 0.83 0.14 21.22 0.72 0.5
Hex DB 66 26 0 35 53 E 15 48 32
Octal 333 146 46 0 65 123 16 25 110 62
Binary 11011011 1100110 100110 0 110101 1010011 1110 10101 1001000 110010

Color Harmonies of #DB6626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6626

Black with #DB6626

Text Example


Text Example

White with #DB6626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6626; }

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

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

background-color css

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

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

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

border-color css

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

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

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