Html Css Color HEX #DB6629 Gold Drop

📋 copy color: '#DB6629'

red 219 ◦ green 102 ◦ blue 41

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

Shades of Gold Drop #DB6629

Tints of Gold Drop #DB6629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.33%

R = 60.5%
G = 28.18%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB6629 (or 0xDB6629) is known color: Gold Drop. HEX triplet: DB, 66 and 29. RGB value is (219,102,41). Sum of RGB (Red+Green+Blue) = 219+102+41=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6629 is #2499D6. Grayscale: #828282. Windows color (decimal): -2398679 or 2713307. OLE color: 2713307.

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

Color convert

RGB 219 102 41 -
CMYK 0 0.53 0.81 0.14
HSL 20.56º 0.71% 0.51% -
HSV(B) 20.56º 0.81% 0.86% -
XYZ 34.37 24.72 5.06 -
YUV 130.03 77.76 191.46 -
System Red Green Blue C M Y K H S L
Decimal 219 102 41 0 0.53 0.81 0.14 20.56 0.71 0.51
Hex DB 66 29 0 35 51 E 15 47 33
Octal 333 146 51 0 65 121 16 25 107 63
Binary 11011011 1100110 101001 0 110101 1010001 1110 10101 1000111 110011

Color Harmonies of #DB6629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6629

Black with #DB6629

Text Example


Text Example

White with #DB6629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6629; }

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

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

background-color css

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

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

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

border-color css

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

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

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