Html Css Color HEX #DB642F Gold Drop

📋 copy color: '#DB642F'

red 219 ◦ green 100 ◦ blue 47

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

Shades of Gold Drop #DB642F

Tints of Gold Drop #DB642F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.84%

R = 59.84%
G = 27.32%
B = 12.84%

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

#DB642F (or 0xDB642F) is known color: Gold Drop. HEX triplet: DB, 64 and 2F. RGB value is (219,100,47). Sum of RGB (Red+Green+Blue) = 219+100+47=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB642F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB642F is #249BD0. Grayscale: #818181. Windows color (decimal): -2399185 or 3106011. OLE color: 3106011.

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

Color convert

RGB 219 100 47 -
CMYK 0 0.54 0.79 0.14
HSL 18.49º 0.7% 0.52% -
HSV(B) 18.49º 0.79% 0.86% -
XYZ 34.28 24.38 5.59 -
YUV 129.54 81.42 191.81 -
System Red Green Blue C M Y K H S L
Decimal 219 100 47 0 0.54 0.79 0.14 18.49 0.7 0.52
Hex DB 64 2F 0 36 4F E 12 46 34
Octal 333 144 57 0 66 117 16 22 106 64
Binary 11011011 1100100 101111 0 110110 1001111 1110 10010 1000110 110100

Color Harmonies of #DB642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB642F

Black with #DB642F

Text Example


Text Example

White with #DB642F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB642F; }

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

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

background-color css

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

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

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

border-color css

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

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

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