Html Css Color HEX #DB6730 Gold Drop

📋 copy color: '#DB6730'

red 219 ◦ green 103 ◦ blue 48

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

Shades of Gold Drop #DB6730

Tints of Gold Drop #DB6730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

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

R = 59.19%
G = 27.84%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB6730 (or 0xDB6730) is known color: Gold Drop. HEX triplet: DB, 67 and 30. RGB value is (219,103,48). Sum of RGB (Red+Green+Blue) = 219+103+48=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6730 is #2498CF. Grayscale: #838383. Windows color (decimal): -2398416 or 3172315. OLE color: 3172315.

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

Color convert

RGB 219 103 48 -
CMYK 0 0.53 0.78 0.14
HSL 19.3º 0.7% 0.52% -
HSV(B) 19.3º 0.78% 0.86% -
XYZ 34.6 24.97 5.79 -
YUV 131.41 80.93 190.47 -
System Red Green Blue C M Y K H S L
Decimal 219 103 48 0 0.53 0.78 0.14 19.3 0.7 0.52
Hex DB 67 30 0 35 4E E 13 46 34
Octal 333 147 60 0 65 116 16 23 106 64
Binary 11011011 1100111 110000 0 110101 1001110 1110 10011 1000110 110100

Color Harmonies of #DB6730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6730

Black with #DB6730

Text Example


Text Example

White with #DB6730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6730; }

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

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

background-color css

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

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

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

border-color css

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

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

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