Html Css Color HEX #DA8330 Dixie

📋 copy color: '#DA8330'

red 218 ◦ green 131 ◦ blue 48

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

Shades of Dixie #DA8330

Tints of Dixie #DA8330

RGB

 RED value IS 218 (85.55% from 255) = 54.91%

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

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

R = 54.91%
G = 33%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA8330 (or 0xDA8330) is known color: Dixie. HEX triplet: DA, 83 and 30. RGB value is (218,131,48). Sum of RGB (Red+Green+Blue) = 218+131+48=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8330 is #257CCF. Grayscale: #939393. Windows color (decimal): -2456784 or 3179482. OLE color: 3179482.

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

Color convert

RGB 218 131 48 -
CMYK 0 0.40 0.78 0.15
HSL 29.29º 0.7% 0.52% -
HSV(B) 29.29º 0.78% 0.85% -
XYZ 37.56 31.35 6.87 -
YUV 147.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 218 131 48 0 0.40 0.78 0.15 29.29 0.7 0.52
Hex DA 83 30 0 28 4E F 1D 46 34
Octal 332 203 60 0 50 116 17 35 106 64
Binary 11011010 10000011 110000 0 101000 1001110 1111 11101 1000110 110100

Color Harmonies of #DA8330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8330

Black with #DA8330

Text Example


Text Example

White with #DA8330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8330; }

 p { color: rgb(218,131,48); }

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

background-color css

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

 a { background-color: rgb(218,131,48); }

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

border-color css

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

 span { border-color: rgb(218,131,48); }

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