Html Css Color HEX #DA842B Dixie

📋 copy color: '#DA842B'

red 218 ◦ green 132 ◦ blue 43

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

Shades of Dixie #DA842B

Tints of Dixie #DA842B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.94%

R = 55.47%
G = 33.59%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA842B (or 0xDA842B) is known color: Dixie. HEX triplet: DA, 84 and 2B. RGB value is (218,132,43). Sum of RGB (Red+Green+Blue) = 218+132+43=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA842B is #257BD4. Grayscale: #949494. Windows color (decimal): -2456533 or 2852058. OLE color: 2852058.

HSL color Cylindrical-coordinate representation of color #DA842B: hue angle of 30.51º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA842B is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 132 43 -
CMYK 0 0.39 0.80 0.15
HSL 30.51º 0.7% 0.51% -
HSV(B) 30.51º 0.8% 0.85% -
XYZ 37.6 31.58 6.4 -
YUV 147.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 218 132 43 0 0.39 0.80 0.15 30.51 0.7 0.51
Hex DA 84 2B 0 27 50 F 1F 46 33
Octal 332 204 53 0 47 120 17 37 106 63
Binary 11011010 10000100 101011 0 100111 1010000 1111 11111 1000110 110011

Color Harmonies of #DA842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA842B

Black with #DA842B

Text Example


Text Example

White with #DA842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA842B; }

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

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

background-color css

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

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

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

border-color css

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

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

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