Html Css Color HEX #DA842D Dixie

📋 copy color: '#DA842D'

red 218 ◦ green 132 ◦ blue 45

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

Shades of Dixie #DA842D

Tints of Dixie #DA842D

RGB

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

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

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

R = 55.19%
G = 33.42%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA842D (or 0xDA842D) is known color: Dixie. HEX triplet: DA, 84 and 2D. RGB value is (218,132,45). Sum of RGB (Red+Green+Blue) = 218+132+45=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA842D is #257BD2. Grayscale: #949494. Windows color (decimal): -2456531 or 2983130. OLE color: 2983130.

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

Color convert

RGB 218 132 45 -
CMYK 0 0.39 0.79 0.15
HSL 30.17º 0.7% 0.52% -
HSV(B) 30.17º 0.79% 0.85% -
XYZ 37.64 31.6 6.6 -
YUV 147.8 69.99 178.07 -
System Red Green Blue C M Y K H S L
Decimal 218 132 45 0 0.39 0.79 0.15 30.17 0.7 0.52
Hex DA 84 2D 0 27 4F F 1E 46 34
Octal 332 204 55 0 47 117 17 36 106 64
Binary 11011010 10000100 101101 0 100111 1001111 1111 11110 1000110 110100

Color Harmonies of #DA842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA842D

Black with #DA842D

Text Example


Text Example

White with #DA842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA842D; }

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

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

background-color css

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

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

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

border-color css

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

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

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