Html Css Color HEX #DA852B Dixie

📋 copy color: '#DA852B'

red 218 ◦ green 133 ◦ blue 43

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

Shades of Dixie #DA852B

Tints of Dixie #DA852B

RGB

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

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

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

R = 55.33%
G = 33.76%
B = 10.91%

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

#DA852B (or 0xDA852B) is known color: Dixie. HEX triplet: DA, 85 and 2B. RGB value is (218,133,43). Sum of RGB (Red+Green+Blue) = 218+133+43=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA852B is #257AD4. Grayscale: #949494. Windows color (decimal): -2456277 or 2852314. OLE color: 2852314.

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

Color convert

RGB 218 133 43 -
CMYK 0 0.39 0.80 0.15
HSL 30.86º 0.7% 0.51% -
HSV(B) 30.86º 0.8% 0.85% -
XYZ 37.74 31.85 6.45 -
YUV 148.16 68.66 177.82 -
System Red Green Blue C M Y K H S L
Decimal 218 133 43 0 0.39 0.80 0.15 30.86 0.7 0.51
Hex DA 85 2B 0 27 50 F 1F 46 33
Octal 332 205 53 0 47 120 17 37 106 63
Binary 11011010 10000101 101011 0 100111 1010000 1111 11111 1000110 110011

Color Harmonies of #DA852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA852B

Black with #DA852B

Text Example


Text Example

White with #DA852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA852B; }

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

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

background-color css

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

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

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

border-color css

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

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

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