Html Css Color HEX #DB8631 Dixie

📋 copy color: '#DB8631'

red 219 ◦ green 134 ◦ blue 49

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

Shades of Dixie #DB8631

Tints of Dixie #DB8631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.19%

R = 54.48%
G = 33.33%
B = 12.19%

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

#DB8631 (or 0xDB8631) is known color: Dixie. HEX triplet: DB, 86 and 31. RGB value is (219,134,49). Sum of RGB (Red+Green+Blue) = 219+134+49=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8631 is #2479CE. Grayscale: #969696. Windows color (decimal): -2390479 or 3245787. OLE color: 3245787.

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

Color convert

RGB 219 134 49 -
CMYK 0 0.39 0.78 0.14
HSL 30º 0.7% 0.53% -
HSV(B) 30º 0.78% 0.86% -
XYZ 38.29 32.33 7.13 -
YUV 149.73 71.16 177.41 -
System Red Green Blue C M Y K H S L
Decimal 219 134 49 0 0.39 0.78 0.14 30 0.7 0.53
Hex DB 86 31 0 27 4E E 1E 46 35
Octal 333 206 61 0 47 116 16 36 106 65
Binary 11011011 10000110 110001 0 100111 1001110 1110 11110 1000110 110101

Color Harmonies of #DB8631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8631

Black with #DB8631

Text Example


Text Example

White with #DB8631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8631; }

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

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

background-color css

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

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

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

border-color css

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

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

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