Html Css Color HEX #DB662E Gold Drop

📋 copy color: '#DB662E'

red 219 ◦ green 102 ◦ blue 46

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

Shades of Gold Drop #DB662E

Tints of Gold Drop #DB662E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

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

R = 59.67%
G = 27.79%
B = 12.53%

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

#DB662E (or 0xDB662E) is known color: Gold Drop. HEX triplet: DB, 66 and 2E. RGB value is (219,102,46). Sum of RGB (Red+Green+Blue) = 219+102+46=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB662E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB662E is #2499D1. Grayscale: #828282. Windows color (decimal): -2398674 or 3040987. OLE color: 3040987.

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

Color convert

RGB 219 102 46 -
CMYK 0 0.53 0.79 0.14
HSL 19.42º 0.71% 0.52% -
HSV(B) 19.42º 0.79% 0.86% -
XYZ 34.46 24.76 5.55 -
YUV 130.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 219 102 46 0 0.53 0.79 0.14 19.42 0.71 0.52
Hex DB 66 2E 0 35 4F E 13 47 34
Octal 333 146 56 0 65 117 16 23 107 64
Binary 11011011 1100110 101110 0 110101 1001111 1110 10011 1000111 110100

Color Harmonies of #DB662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB662E

Black with #DB662E

Text Example


Text Example

White with #DB662E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB662E; }

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

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

background-color css

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

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

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

border-color css

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

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

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