Html Css Color HEX #D9852B Dixie

📋 copy color: '#D9852B'

red 217 ◦ green 133 ◦ blue 43

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

Shades of Dixie #D9852B

Tints of Dixie #D9852B

RGB

 RED value IS 217 (85.16% from 255) = 55.22%

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

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

R = 55.22%
G = 33.84%
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

#D9852B (or 0xD9852B) is known color: Dixie. HEX triplet: D9, 85 and 2B. RGB value is (217,133,43). Sum of RGB (Red+Green+Blue) = 217+133+43=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9852B is #267AD4. Grayscale: #949494. Windows color (decimal): -2521813 or 2852313. OLE color: 2852313.

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

Color convert

RGB 217 133 43 -
CMYK 0 0.39 0.80 0.15
HSL 31.03º 0.7% 0.51% -
HSV(B) 31.03º 0.8% 0.85% -
XYZ 37.44 31.7 6.43 -
YUV 147.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 217 133 43 0 0.39 0.80 0.15 31.03 0.7 0.51
Hex D9 85 2B 0 27 50 F 1F 46 33
Octal 331 205 53 0 47 120 17 37 106 63
Binary 11011001 10000101 101011 0 100111 1010000 1111 11111 1000110 110011

Color Harmonies of #D9852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9852B

Black with #D9852B

Text Example


Text Example

White with #D9852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9852B; }

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

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

background-color css

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

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

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

border-color css

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

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

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