Html Css Color HEX #DB682F Gold Drop

📋 copy color: '#DB682F'

red 219 ◦ green 104 ◦ blue 47

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

Shades of Gold Drop #DB682F

Tints of Gold Drop #DB682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

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

R = 59.19%
G = 28.11%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB682F (or 0xDB682F) is known color: Gold Drop. HEX triplet: DB, 68 and 2F. RGB value is (219,104,47). Sum of RGB (Red+Green+Blue) = 219+104+47=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB682F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB682F is #2497D0. Grayscale: #848484. Windows color (decimal): -2398161 or 3107035. OLE color: 3107035.

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

Color convert

RGB 219 104 47 -
CMYK 0 0.53 0.79 0.14
HSL 19.88º 0.7% 0.52% -
HSV(B) 19.88º 0.79% 0.86% -
XYZ 34.68 25.17 5.72 -
YUV 131.89 80.1 190.13 -
System Red Green Blue C M Y K H S L
Decimal 219 104 47 0 0.53 0.79 0.14 19.88 0.7 0.52
Hex DB 68 2F 0 35 4F E 14 46 34
Octal 333 150 57 0 65 117 16 24 106 64
Binary 11011011 1101000 101111 0 110101 1001111 1110 10100 1000110 110100

Color Harmonies of #DB682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB682F

Black with #DB682F

Text Example


Text Example

White with #DB682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB682F; }

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

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

background-color css

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

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

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

border-color css

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

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

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