Html Css Color HEX #DA8127 Dixie

📋 copy color: '#DA8127'

red 218 ◦ green 129 ◦ blue 39

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

Shades of Dixie #DA8127

Tints of Dixie #DA8127

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.42%

 BLUE value IS 39 (15.63% from 255) = 10.1%

R = 56.48%
G = 33.42%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA8127 (or 0xDA8127) is known color: Dixie. HEX triplet: DA, 81 and 27. RGB value is (218,129,39). Sum of RGB (Red+Green+Blue) = 218+129+39=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8127 is #257ED8. Grayscale: #919191. Windows color (decimal): -2457305 or 2589146. OLE color: 2589146.

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

Color convert

RGB 218 129 39 -
CMYK 0 0.41 0.82 0.15
HSL 30.17º 0.71% 0.5% -
HSV(B) 30.17º 0.82% 0.85% -
XYZ 37.13 30.75 5.9 -
YUV 145.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 218 129 39 0 0.41 0.82 0.15 30.17 0.71 0.5
Hex DA 81 27 0 29 52 F 1E 47 32
Octal 332 201 47 0 51 122 17 36 107 62
Binary 11011010 10000001 100111 0 101001 1010010 1111 11110 1000111 110010

Color Harmonies of #DA8127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8127

Black with #DA8127

Text Example


Text Example

White with #DA8127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8127; }

 p { color: rgb(218,129,39); }

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

background-color css

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

 a { background-color: rgb(218,129,39); }

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

border-color css

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

 span { border-color: rgb(218,129,39); }

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