Html Css Color HEX #DA832D Dixie

📋 copy color: '#DA832D'

red 218 ◦ green 131 ◦ blue 45

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

Shades of Dixie #DA832D

Tints of Dixie #DA832D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.42%

R = 55.33%
G = 33.25%
B = 11.42%

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

#DA832D (or 0xDA832D) is known color: Dixie. HEX triplet: DA, 83 and 2D. RGB value is (218,131,45). Sum of RGB (Red+Green+Blue) = 218+131+45=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA832D is #257CD2. Grayscale: #939393. Windows color (decimal): -2456787 or 2982874. OLE color: 2982874.

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

Color convert

RGB 218 131 45 -
CMYK 0 0.40 0.79 0.15
HSL 29.83º 0.7% 0.52% -
HSV(B) 29.83º 0.79% 0.85% -
XYZ 37.5 31.33 6.55 -
YUV 147.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 218 131 45 0 0.40 0.79 0.15 29.83 0.7 0.52
Hex DA 83 2D 0 28 4F F 1E 46 34
Octal 332 203 55 0 50 117 17 36 106 64
Binary 11011010 10000011 101101 0 101000 1001111 1111 11110 1000110 110100

Color Harmonies of #DA832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA832D

Black with #DA832D

Text Example


Text Example

White with #DA832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA832D; }

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

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

background-color css

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

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

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

border-color css

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

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

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