Html Css Color HEX #DA8629 Dixie

📋 copy color: '#DA8629'

red 218 ◦ green 134 ◦ blue 41

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

Shades of Dixie #DA8629

Tints of Dixie #DA8629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.43%

R = 55.47%
G = 34.1%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA8629 (or 0xDA8629) is known color: Dixie. HEX triplet: DA, 86 and 29. RGB value is (218,134,41). Sum of RGB (Red+Green+Blue) = 218+134+41=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8629 is #2579D6. Grayscale: #949494. Windows color (decimal): -2456023 or 2721498. OLE color: 2721498.

HSL color Cylindrical-coordinate representation of color #DA8629: hue angle of 31.53º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA8629 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 41 -
CMYK 0 0.39 0.81 0.15
HSL 31.53º 0.71% 0.51% -
HSV(B) 31.53º 0.81% 0.85% -
XYZ 37.84 32.12 6.3 -
YUV 148.51 67.33 177.56 -
System Red Green Blue C M Y K H S L
Decimal 218 134 41 0 0.39 0.81 0.15 31.53 0.71 0.51
Hex DA 86 29 0 27 51 F 20 47 33
Octal 332 206 51 0 47 121 17 40 107 63
Binary 11011010 10000110 101001 0 100111 1010001 1111 100000 1000111 110011

Color Harmonies of #DA8629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8629

Black with #DA8629

Text Example


Text Example

White with #DA8629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8629; }

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

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

background-color css

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

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

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

border-color css

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

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

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