Html Css Color HEX #DA8630 Dixie

📋 copy color: '#DA8630'

red 218 ◦ green 134 ◦ blue 48

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

Shades of Dixie #DA8630

Tints of Dixie #DA8630

RGB

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

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

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

R = 54.5%
G = 33.5%
B = 12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA8630 (or 0xDA8630) is known color: Dixie. HEX triplet: DA, 86 and 30. RGB value is (218,134,48). Sum of RGB (Red+Green+Blue) = 218+134+48=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8630 is #2579CF. Grayscale: #959595. Windows color (decimal): -2456016 or 3180250. OLE color: 3180250.

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

Color convert

RGB 218 134 48 -
CMYK 0 0.39 0.78 0.15
HSL 30.35º 0.7% 0.52% -
HSV(B) 30.35º 0.78% 0.85% -
XYZ 37.97 32.17 7 -
YUV 149.31 70.83 176.99 -
System Red Green Blue C M Y K H S L
Decimal 218 134 48 0 0.39 0.78 0.15 30.35 0.7 0.52
Hex DA 86 30 0 27 4E F 1E 46 34
Octal 332 206 60 0 47 116 17 36 106 64
Binary 11011010 10000110 110000 0 100111 1001110 1111 11110 1000110 110100

Color Harmonies of #DA8630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8630

Black with #DA8630

Text Example


Text Example

White with #DA8630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8630; }

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

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

background-color css

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

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

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

border-color css

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

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

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