Html Css Color HEX #D7882F Dixie

📋 copy color: '#D7882F'

red 215 ◦ green 136 ◦ blue 47

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

Shades of Dixie #D7882F

Tints of Dixie #D7882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

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

R = 54.02%
G = 34.17%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7882F (or 0xD7882F) is known color: Dixie. HEX triplet: D7, 88 and 2F. RGB value is (215,136,47). Sum of RGB (Red+Green+Blue) = 215+136+47=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D7882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7882F is #2877D0. Grayscale: #959595. Windows color (decimal): -2652113 or 3115223. OLE color: 3115223.

HSL color Cylindrical-coordinate representation of color #D7882F: hue angle of 31.79º 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 #D7882F is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 136 47 -
CMYK 0 0.37 0.78 0.16
HSL 31.79º 0.68% 0.51% -
HSV(B) 31.79º 0.78% 0.84% -
XYZ 37.34 32.26 6.95 -
YUV 149.48 70.17 174.74 -
System Red Green Blue C M Y K H S L
Decimal 215 136 47 0 0.37 0.78 0.16 31.79 0.68 0.51
Hex D7 88 2F 0 25 4E 10 20 44 33
Octal 327 210 57 0 45 116 20 40 104 63
Binary 11010111 10001000 101111 0 100101 1001110 10000 100000 1000100 110011

Color Harmonies of #D7882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7882F

Black with #D7882F

Text Example


Text Example

White with #D7882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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