Html Css Color HEX #DB6F30 Gold Drop

📋 copy color: '#DB6F30'

red 219 ◦ green 111 ◦ blue 48

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

Shades of Gold Drop #DB6F30

Tints of Gold Drop #DB6F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 57.94%
G = 29.37%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB6F30 (or 0xDB6F30) is known color: Gold Drop. HEX triplet: DB, 6F and 30. RGB value is (219,111,48). Sum of RGB (Red+Green+Blue) = 219+111+48=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F30 is #2490CF. Grayscale: #888888. Windows color (decimal): -2396368 or 3174363. OLE color: 3174363.

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

Color convert

RGB 219 111 48 -
CMYK 0 0.49 0.78 0.14
HSL 22.11º 0.7% 0.52% -
HSV(B) 22.11º 0.78% 0.86% -
XYZ 35.43 26.64 6.07 -
YUV 136.11 78.28 187.12 -
System Red Green Blue C M Y K H S L
Decimal 219 111 48 0 0.49 0.78 0.14 22.11 0.7 0.52
Hex DB 6F 30 0 31 4E E 16 46 34
Octal 333 157 60 0 61 116 16 26 106 64
Binary 11011011 1101111 110000 0 110001 1001110 1110 10110 1000110 110100

Color Harmonies of #DB6F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F30

Black with #DB6F30

Text Example


Text Example

White with #DB6F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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