Html Css Color HEX #DA862F Dixie

📋 copy color: '#DA862F'

red 218 ◦ green 134 ◦ blue 47

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

Shades of Dixie #DA862F

Tints of Dixie #DA862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

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

R = 54.64%
G = 33.58%
B = 11.78%

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

#DA862F (or 0xDA862F) is known color: Dixie. HEX triplet: DA, 86 and 2F. RGB value is (218,134,47). Sum of RGB (Red+Green+Blue) = 218+134+47=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA862F is #2579D0. Grayscale: #959595. Windows color (decimal): -2456017 or 3114714. OLE color: 3114714.

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

Color convert

RGB 218 134 47 -
CMYK 0 0.39 0.78 0.15
HSL 30.53º 0.7% 0.52% -
HSV(B) 30.53º 0.78% 0.85% -
XYZ 37.95 32.16 6.9 -
YUV 149.2 70.33 177.07 -
System Red Green Blue C M Y K H S L
Decimal 218 134 47 0 0.39 0.78 0.15 30.53 0.7 0.52
Hex DA 86 2F 0 27 4E F 1F 46 34
Octal 332 206 57 0 47 116 17 37 106 64
Binary 11011010 10000110 101111 0 100111 1001110 1111 11111 1000110 110100

Color Harmonies of #DA862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA862F

Black with #DA862F

Text Example


Text Example

White with #DA862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA862F; }

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

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

background-color css

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

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

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

border-color css

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

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

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