Html Css Color HEX #DA832F Dixie

📋 copy color: '#DA832F'

red 218 ◦ green 131 ◦ blue 47

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

Shades of Dixie #DA832F

Tints of Dixie #DA832F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.87%

R = 55.05%
G = 33.08%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA832F (or 0xDA832F) is known color: Dixie. HEX triplet: DA, 83 and 2F. RGB value is (218,131,47). Sum of RGB (Red+Green+Blue) = 218+131+47=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA832F is #257CD0. Grayscale: #939393. Windows color (decimal): -2456785 or 3113946. OLE color: 3113946.

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

Color convert

RGB 218 131 47 -
CMYK 0 0.40 0.78 0.15
HSL 29.47º 0.7% 0.52% -
HSV(B) 29.47º 0.78% 0.85% -
XYZ 37.54 31.34 6.76 -
YUV 147.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 218 131 47 0 0.40 0.78 0.15 29.47 0.7 0.52
Hex DA 83 2F 0 28 4E F 1D 46 34
Octal 332 203 57 0 50 116 17 35 106 64
Binary 11011010 10000011 101111 0 101000 1001110 1111 11101 1000110 110100

Color Harmonies of #DA832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA832F

Black with #DA832F

Text Example


Text Example

White with #DA832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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