Html Css Color HEX #DB642C Gold Drop

📋 copy color: '#DB642C'

red 219 ◦ green 100 ◦ blue 44

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

Shades of Gold Drop #DB642C

Tints of Gold Drop #DB642C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 60.33%
G = 27.55%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB642C (or 0xDB642C) is known color: Gold Drop. HEX triplet: DB, 64 and 2C. RGB value is (219,100,44). Sum of RGB (Red+Green+Blue) = 219+100+44=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB642C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB642C is #249BD3. Grayscale: #818181. Windows color (decimal): -2399188 or 2909403. OLE color: 2909403.

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

Color convert

RGB 219 100 44 -
CMYK 0 0.54 0.80 0.14
HSL 19.2º 0.71% 0.52% -
HSV(B) 19.2º 0.8% 0.86% -
XYZ 34.23 24.36 5.28 -
YUV 129.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 219 100 44 0 0.54 0.80 0.14 19.2 0.71 0.52
Hex DB 64 2C 0 36 50 E 13 47 34
Octal 333 144 54 0 66 120 16 23 107 64
Binary 11011011 1100100 101100 0 110110 1010000 1110 10011 1000111 110100

Color Harmonies of #DB642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB642C

Black with #DB642C

Text Example


Text Example

White with #DB642C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB642C; }

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

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

background-color css

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

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

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

border-color css

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

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

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