Html Css Color HEX #D9852D Dixie

📋 copy color: '#D9852D'

red 217 ◦ green 133 ◦ blue 45

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

Shades of Dixie #D9852D

Tints of Dixie #D9852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.39%

R = 54.94%
G = 33.67%
B = 11.39%

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

#D9852D (or 0xD9852D) is known color: Dixie. HEX triplet: D9, 85 and 2D. RGB value is (217,133,45). Sum of RGB (Red+Green+Blue) = 217+133+45=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9852D is #267AD2. Grayscale: #949494. Windows color (decimal): -2521811 or 2983385. OLE color: 2983385.

HSL color Cylindrical-coordinate representation of color #D9852D: hue angle of 30.7º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9852D is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 133 45 -
CMYK 0 0.39 0.79 0.15
HSL 30.7º 0.69% 0.51% -
HSV(B) 30.7º 0.79% 0.85% -
XYZ 37.48 31.72 6.63 -
YUV 148.08 69.83 177.16 -
System Red Green Blue C M Y K H S L
Decimal 217 133 45 0 0.39 0.79 0.15 30.7 0.69 0.51
Hex D9 85 2D 0 27 4F F 1F 45 33
Octal 331 205 55 0 47 117 17 37 105 63
Binary 11011001 10000101 101101 0 100111 1001111 1111 11111 1000101 110011

Color Harmonies of #D9852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9852D

Black with #D9852D

Text Example


Text Example

White with #D9852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9852D; }

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

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

background-color css

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

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

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

border-color css

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

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

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