Html Css Color HEX #DB8630 Dixie

📋 copy color: '#DB8630'

red 219 ◦ green 134 ◦ blue 48

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

Shades of Dixie #DB8630

Tints of Dixie #DB8630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.42%

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

R = 54.61%
G = 33.42%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB8630 (or 0xDB8630) is known color: Dixie. HEX triplet: DB, 86 and 30. RGB value is (219,134,48). Sum of RGB (Red+Green+Blue) = 219+134+48=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8630 is #2479CF. Grayscale: #969696. Windows color (decimal): -2390480 or 3180251. OLE color: 3180251.

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

Color convert

RGB 219 134 48 -
CMYK 0 0.39 0.78 0.14
HSL 30.18º 0.7% 0.52% -
HSV(B) 30.18º 0.78% 0.86% -
XYZ 38.27 32.32 7.02 -
YUV 149.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 219 134 48 0 0.39 0.78 0.14 30.18 0.7 0.52
Hex DB 86 30 0 27 4E E 1E 46 34
Octal 333 206 60 0 47 116 16 36 106 64
Binary 11011011 10000110 110000 0 100111 1001110 1110 11110 1000110 110100

Color Harmonies of #DB8630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8630

Black with #DB8630

Text Example


Text Example

White with #DB8630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8630; }

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

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

background-color css

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

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

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

border-color css

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

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

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