Html Css Color HEX #DB8325 Dixie

📋 copy color: '#DB8325'

red 219 ◦ green 131 ◦ blue 37

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

Shades of Dixie #DB8325

Tints of Dixie #DB8325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

 BLUE value IS 37 (14.84% from 255) = 9.56%

R = 56.59%
G = 33.85%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB8325 (or 0xDB8325) is known color: Dixie. HEX triplet: DB, 83 and 25. RGB value is (219,131,37). Sum of RGB (Red+Green+Blue) = 219+131+37=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8325 is #247CDA. Grayscale: #939393. Windows color (decimal): -2391259 or 2458587. OLE color: 2458587.

HSL color Cylindrical-coordinate representation of color #DB8325: hue angle of 30.99º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB8325 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 37 -
CMYK 0 0.40 0.83 0.14
HSL 30.99º 0.72% 0.5% -
HSV(B) 30.99º 0.83% 0.86% -
XYZ 37.66 31.43 5.83 -
YUV 146.6 66.15 179.64 -
System Red Green Blue C M Y K H S L
Decimal 219 131 37 0 0.40 0.83 0.14 30.99 0.72 0.5
Hex DB 83 25 0 28 53 E 1F 48 32
Octal 333 203 45 0 50 123 16 37 110 62
Binary 11011011 10000011 100101 0 101000 1010011 1110 11111 1001000 110010

Color Harmonies of #DB8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8325

Black with #DB8325

Text Example


Text Example

White with #DB8325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8325; }

 p { color: rgb(219,131,37); }

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

background-color css

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

 a { background-color: rgb(219,131,37); }

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

border-color css

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

 span { border-color: rgb(219,131,37); }

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