Html Css Color HEX #DB6F33 Gold Drop

📋 copy color: '#DB6F33'

red 219 ◦ green 111 ◦ blue 51

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

Shades of Gold Drop #DB6F33

Tints of Gold Drop #DB6F33

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

 BLUE value IS 51 (20.31% from 255) = 13.39%

R = 57.48%
G = 29.13%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB6F33 (or 0xDB6F33) is known color: Gold Drop. HEX triplet: DB, 6F and 33. RGB value is (219,111,51). Sum of RGB (Red+Green+Blue) = 219+111+51=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F33 is #2490CC. Grayscale: #888888. Windows color (decimal): -2396365 or 3370971. OLE color: 3370971.

HSL color Cylindrical-coordinate representation of color #DB6F33: hue angle of 21.43º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB6F33 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 51 -
CMYK 0 0.49 0.77 0.14
HSL 21.43º 0.7% 0.53% -
HSV(B) 21.43º 0.77% 0.86% -
XYZ 35.5 26.67 6.41 -
YUV 136.45 79.78 186.88 -
System Red Green Blue C M Y K H S L
Decimal 219 111 51 0 0.49 0.77 0.14 21.43 0.7 0.53
Hex DB 6F 33 0 31 4D E 15 46 35
Octal 333 157 63 0 61 115 16 25 106 65
Binary 11011011 1101111 110011 0 110001 1001101 1110 10101 1000110 110101

Color Harmonies of #DB6F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F33

Black with #DB6F33

Text Example


Text Example

White with #DB6F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F33; }

 p { color: rgb(219,111,51); }

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

background-color css

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

 a { background-color: rgb(219,111,51); }

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

border-color css

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

 span { border-color: rgb(219,111,51); }

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