Html Css Color HEX #D7852F Dixie

📋 copy color: '#D7852F'

red 215 ◦ green 133 ◦ blue 47

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

Shades of Dixie #D7852F

Tints of Dixie #D7852F

RGB

 RED value IS 215 (84.38% from 255) = 54.43%

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

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

R = 54.43%
G = 33.67%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D7852F (or 0xD7852F) is known color: Dixie. HEX triplet: D7, 85 and 2F. RGB value is (215,133,47). Sum of RGB (Red+Green+Blue) = 215+133+47=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D7852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7852F is #287AD0. Grayscale: #949494. Windows color (decimal): -2652881 or 3114455. OLE color: 3114455.

HSL color Cylindrical-coordinate representation of color #D7852F: hue angle of 30.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7852F is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 133 47 -
CMYK 0 0.38 0.78 0.16
HSL 30.71º 0.68% 0.51% -
HSV(B) 30.71º 0.78% 0.84% -
XYZ 36.92 31.43 6.81 -
YUV 147.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 215 133 47 0 0.38 0.78 0.16 30.71 0.68 0.51
Hex D7 85 2F 0 26 4E 10 1F 44 33
Octal 327 205 57 0 46 116 20 37 104 63
Binary 11010111 10000101 101111 0 100110 1001110 10000 11111 1000100 110011

Color Harmonies of #D7852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7852F

Black with #D7852F

Text Example


Text Example

White with #D7852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7852F; }

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

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

background-color css

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

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

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

border-color css

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

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

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