Html Css Color HEX #DA842F Dixie

📋 copy color: '#DA842F'

red 218 ◦ green 132 ◦ blue 47

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

Shades of Dixie #DA842F

Tints of Dixie #DA842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

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

R = 54.91%
G = 33.25%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA842F (or 0xDA842F) is known color: Dixie. HEX triplet: DA, 84 and 2F. RGB value is (218,132,47). Sum of RGB (Red+Green+Blue) = 218+132+47=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA842F is #257BD0. Grayscale: #949494. Windows color (decimal): -2456529 or 3114202. OLE color: 3114202.

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

Color convert

RGB 218 132 47 -
CMYK 0 0.39 0.78 0.15
HSL 29.82º 0.7% 0.52% -
HSV(B) 29.82º 0.78% 0.85% -
XYZ 37.68 31.61 6.81 -
YUV 148.02 70.99 177.91 -
System Red Green Blue C M Y K H S L
Decimal 218 132 47 0 0.39 0.78 0.15 29.82 0.7 0.52
Hex DA 84 2F 0 27 4E F 1E 46 34
Octal 332 204 57 0 47 116 17 36 106 64
Binary 11011010 10000100 101111 0 100111 1001110 1111 11110 1000110 110100

Color Harmonies of #DA842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA842F

Black with #DA842F

Text Example


Text Example

White with #DA842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA842F; }

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

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

background-color css

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

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

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

border-color css

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

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

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