Html Css Color HEX #D9852F Dixie

📋 copy color: '#D9852F'

red 217 ◦ green 133 ◦ blue 47

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

Shades of Dixie #D9852F

Tints of Dixie #D9852F

RGB

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

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

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

R = 54.66%
G = 33.5%
B = 11.84%

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

#D9852F (or 0xD9852F) is known color: Dixie. HEX triplet: D9, 85 and 2F. RGB value is (217,133,47). Sum of RGB (Red+Green+Blue) = 217+133+47=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9852F is #267AD0. Grayscale: #949494. Windows color (decimal): -2521809 or 3114457. OLE color: 3114457.

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

Color convert

RGB 217 133 47 -
CMYK 0 0.39 0.78 0.15
HSL 30.35º 0.69% 0.52% -
HSV(B) 30.35º 0.78% 0.85% -
XYZ 37.52 31.73 6.84 -
YUV 148.31 70.83 176.99 -
System Red Green Blue C M Y K H S L
Decimal 217 133 47 0 0.39 0.78 0.15 30.35 0.69 0.52
Hex D9 85 2F 0 27 4E F 1E 45 34
Octal 331 205 57 0 47 116 17 36 105 64
Binary 11011001 10000101 101111 0 100111 1001110 1111 11110 1000101 110100

Color Harmonies of #D9852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9852F

Black with #D9852F

Text Example


Text Example

White with #D9852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9852F; }

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

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

background-color css

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

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

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

border-color css

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

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

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