Html Css Color HEX #DB642A Gold Drop

📋 copy color: '#DB642A'

red 219 ◦ green 100 ◦ blue 42

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

Shades of Gold Drop #DB642A

Tints of Gold Drop #DB642A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.63%

R = 60.66%
G = 27.7%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB642A (or 0xDB642A) is known color: Gold Drop. HEX triplet: DB, 64 and 2A. RGB value is (219,100,42). Sum of RGB (Red+Green+Blue) = 219+100+42=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB642A is #249BD5. Grayscale: #818181. Windows color (decimal): -2399190 or 2778331. OLE color: 2778331.

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

Color convert

RGB 219 100 42 -
CMYK 0 0.54 0.81 0.14
HSL 19.66º 0.71% 0.51% -
HSV(B) 19.66º 0.81% 0.86% -
XYZ 34.19 24.34 5.09 -
YUV 128.97 78.92 192.22 -
System Red Green Blue C M Y K H S L
Decimal 219 100 42 0 0.54 0.81 0.14 19.66 0.71 0.51
Hex DB 64 2A 0 36 51 E 14 47 33
Octal 333 144 52 0 66 121 16 24 107 63
Binary 11011011 1100100 101010 0 110110 1010001 1110 10100 1000111 110011

Color Harmonies of #DB642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB642A

Black with #DB642A

Text Example


Text Example

White with #DB642A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB642A; }

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

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

background-color css

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

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

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

border-color css

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

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

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