Html Css Color HEX #DA882E Dixie

📋 copy color: '#DA882E'

red 218 ◦ green 136 ◦ blue 46

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

Shades of Dixie #DA882E

Tints of Dixie #DA882E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34%

 BLUE value IS 46 (18.36% from 255) = 11.5%

R = 54.5%
G = 34%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA882E (or 0xDA882E) is known color: Dixie. HEX triplet: DA, 88 and 2E. RGB value is (218,136,46). Sum of RGB (Red+Green+Blue) = 218+136+46=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA882E is #2577D1. Grayscale: #969696. Windows color (decimal): -2455506 or 3049690. OLE color: 3049690.

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

Color convert

RGB 218 136 46 -
CMYK 0 0.38 0.79 0.15
HSL 31.4º 0.7% 0.52% -
HSV(B) 31.4º 0.79% 0.85% -
XYZ 38.21 32.71 6.88 -
YUV 150.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 218 136 46 0 0.38 0.79 0.15 31.4 0.7 0.52
Hex DA 88 2E 0 26 4F F 1F 46 34
Octal 332 210 56 0 46 117 17 37 106 64
Binary 11011010 10001000 101110 0 100110 1001111 1111 11111 1000110 110100

Color Harmonies of #DA882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA882E

Black with #DA882E

Text Example


Text Example

White with #DA882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA882E; }

 p { color: rgb(218,136,46); }

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

background-color css

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

 a { background-color: rgb(218,136,46); }

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

border-color css

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

 span { border-color: rgb(218,136,46); }

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