Html Css Color HEX #D7862D Dixie

📋 copy color: '#D7862D'

red 215 ◦ green 134 ◦ blue 45

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

Shades of Dixie #D7862D

Tints of Dixie #D7862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.01%

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

R = 54.57%
G = 34.01%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7862D (or 0xD7862D) is known color: Dixie. HEX triplet: D7, 86 and 2D. RGB value is (215,134,45). Sum of RGB (Red+Green+Blue) = 215+134+45=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7862D is #2879D2. Grayscale: #949494. Windows color (decimal): -2652627 or 2983639. OLE color: 2983639.

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

Color convert

RGB 215 134 45 -
CMYK 0 0.38 0.79 0.16
HSL 31.41º 0.68% 0.51% -
HSV(B) 31.41º 0.79% 0.84% -
XYZ 37.02 31.69 6.65 -
YUV 148.07 69.84 175.74 -
System Red Green Blue C M Y K H S L
Decimal 215 134 45 0 0.38 0.79 0.16 31.41 0.68 0.51
Hex D7 86 2D 0 26 4F 10 1F 44 33
Octal 327 206 55 0 46 117 20 37 104 63
Binary 11010111 10000110 101101 0 100110 1001111 10000 11111 1000100 110011

Color Harmonies of #D7862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7862D

Black with #D7862D

Text Example


Text Example

White with #D7862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7862D; }

 p { color: rgb(215,134,45); }

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

background-color css

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

 a { background-color: rgb(215,134,45); }

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

border-color css

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

 span { border-color: rgb(215,134,45); }

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