Html Css Color HEX #D7882C Dixie

📋 copy color: '#D7882C'

red 215 ◦ green 136 ◦ blue 44

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

Shades of Dixie #D7882C

Tints of Dixie #D7882C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.14%

R = 54.43%
G = 34.43%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7882C (or 0xD7882C) is known color: Dixie. HEX triplet: D7, 88 and 2C. RGB value is (215,136,44). Sum of RGB (Red+Green+Blue) = 215+136+44=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D7882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7882C is #2877D3. Grayscale: #959595. Windows color (decimal): -2652116 or 2918615. OLE color: 2918615.

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

Color convert

RGB 215 136 44 -
CMYK 0 0.37 0.80 0.16
HSL 32.28º 0.68% 0.51% -
HSV(B) 32.28º 0.8% 0.84% -
XYZ 37.28 32.24 6.64 -
YUV 149.13 68.67 174.98 -
System Red Green Blue C M Y K H S L
Decimal 215 136 44 0 0.37 0.80 0.16 32.28 0.68 0.51
Hex D7 88 2C 0 25 50 10 20 44 33
Octal 327 210 54 0 45 120 20 40 104 63
Binary 11010111 10001000 101100 0 100101 1010000 10000 100000 1000100 110011

Color Harmonies of #D7882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7882C

Black with #D7882C

Text Example


Text Example

White with #D7882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7882C; }

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

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

background-color css

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

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

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

border-color css

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

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

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