Html Css Color HEX #DB642E Gold Drop

📋 copy color: '#DB642E'

red 219 ◦ green 100 ◦ blue 46

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

Shades of Gold Drop #DB642E

Tints of Gold Drop #DB642E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

 BLUE value IS 46 (18.36% from 255) = 12.6%

R = 60%
G = 27.4%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB642E (or 0xDB642E) is known color: Gold Drop. HEX triplet: DB, 64 and 2E. RGB value is (219,100,46). Sum of RGB (Red+Green+Blue) = 219+100+46=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB642E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB642E is #249BD1. Grayscale: #818181. Windows color (decimal): -2399186 or 3040475. OLE color: 3040475.

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

Color convert

RGB 219 100 46 -
CMYK 0 0.54 0.79 0.14
HSL 18.73º 0.71% 0.52% -
HSV(B) 18.73º 0.79% 0.86% -
XYZ 34.26 24.37 5.48 -
YUV 129.43 80.92 191.89 -
System Red Green Blue C M Y K H S L
Decimal 219 100 46 0 0.54 0.79 0.14 18.73 0.71 0.52
Hex DB 64 2E 0 36 4F E 13 47 34
Octal 333 144 56 0 66 117 16 23 107 64
Binary 11011011 1100100 101110 0 110110 1001111 1110 10011 1000111 110100

Color Harmonies of #DB642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB642E

Black with #DB642E

Text Example


Text Example

White with #DB642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB642E; }

 p { color: rgb(219,100,46); }

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

background-color css

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

 a { background-color: rgb(219,100,46); }

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

border-color css

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

 span { border-color: rgb(219,100,46); }

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