Html Css Color HEX #DA832E Dixie

📋 copy color: '#DA832E'

red 218 ◦ green 131 ◦ blue 46

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

Shades of Dixie #DA832E

Tints of Dixie #DA832E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.65%

R = 55.19%
G = 33.16%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA832E (or 0xDA832E) is known color: Dixie. HEX triplet: DA, 83 and 2E. RGB value is (218,131,46). Sum of RGB (Red+Green+Blue) = 218+131+46=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA832E is #257CD1. Grayscale: #939393. Windows color (decimal): -2456786 or 3048410. OLE color: 3048410.

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

Color convert

RGB 218 131 46 -
CMYK 0 0.40 0.79 0.15
HSL 29.65º 0.7% 0.52% -
HSV(B) 29.65º 0.79% 0.85% -
XYZ 37.52 31.34 6.66 -
YUV 147.32 70.82 178.41 -
System Red Green Blue C M Y K H S L
Decimal 218 131 46 0 0.40 0.79 0.15 29.65 0.7 0.52
Hex DA 83 2E 0 28 4F F 1E 46 34
Octal 332 203 56 0 50 117 17 36 106 64
Binary 11011010 10000011 101110 0 101000 1001111 1111 11110 1000110 110100

Color Harmonies of #DA832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA832E

Black with #DA832E

Text Example


Text Example

White with #DA832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA832E; }

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

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

background-color css

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

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

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

border-color css

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

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

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