Html Css Color HEX #DA852E Dixie

📋 copy color: '#DA852E'

red 218 ◦ green 133 ◦ blue 46

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

Shades of Dixie #DA852E

Tints of Dixie #DA852E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 54.91%
G = 33.5%
B = 11.59%

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

#DA852E (or 0xDA852E) is known color: Dixie. HEX triplet: DA, 85 and 2E. RGB value is (218,133,46). Sum of RGB (Red+Green+Blue) = 218+133+46=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA852E is #257AD1. Grayscale: #949494. Windows color (decimal): -2456274 or 3048922. OLE color: 3048922.

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

Color convert

RGB 218 133 46 -
CMYK 0 0.39 0.79 0.15
HSL 30.35º 0.7% 0.52% -
HSV(B) 30.35º 0.79% 0.85% -
XYZ 37.79 31.88 6.75 -
YUV 148.5 70.16 177.57 -
System Red Green Blue C M Y K H S L
Decimal 218 133 46 0 0.39 0.79 0.15 30.35 0.7 0.52
Hex DA 85 2E 0 27 4F F 1E 46 34
Octal 332 205 56 0 47 117 17 36 106 64
Binary 11011010 10000101 101110 0 100111 1001111 1111 11110 1000110 110100

Color Harmonies of #DA852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA852E

Black with #DA852E

Text Example


Text Example

White with #DA852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA852E; }

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

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

background-color css

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

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

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

border-color css

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

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

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