Html Css Color HEX #DB6A2F Gold Drop

📋 copy color: '#DB6A2F'

red 219 ◦ green 106 ◦ blue 47

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

Shades of Gold Drop #DB6A2F

Tints of Gold Drop #DB6A2F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.49%

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

R = 58.87%
G = 28.49%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB6A2F (or 0xDB6A2F) is known color: Gold Drop. HEX triplet: DB, 6A and 2F. RGB value is (219,106,47). Sum of RGB (Red+Green+Blue) = 219+106+47=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6A2F is #2495D0. Grayscale: #858585. Windows color (decimal): -2397649 or 3107547. OLE color: 3107547.

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

Color convert

RGB 219 106 47 -
CMYK 0 0.52 0.79 0.14
HSL 20.58º 0.7% 0.52% -
HSV(B) 20.58º 0.79% 0.86% -
XYZ 34.88 25.57 5.79 -
YUV 133.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 219 106 47 0 0.52 0.79 0.14 20.58 0.7 0.52
Hex DB 6A 2F 0 34 4F E 15 46 34
Octal 333 152 57 0 64 117 16 25 106 64
Binary 11011011 1101010 101111 0 110100 1001111 1110 10101 1000110 110100

Color Harmonies of #DB6A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A2F

Black with #DB6A2F

Text Example


Text Example

White with #DB6A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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