Html Css Color HEX #D7842F Dixie

📋 copy color: '#D7842F'

red 215 ◦ green 132 ◦ blue 47

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

Shades of Dixie #D7842F

Tints of Dixie #D7842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

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

R = 54.57%
G = 33.5%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7842F (or 0xD7842F) is known color: Dixie. HEX triplet: D7, 84 and 2F. RGB value is (215,132,47). Sum of RGB (Red+Green+Blue) = 215+132+47=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7842F is #287BD0. Grayscale: #939393. Windows color (decimal): -2653137 or 3114199. OLE color: 3114199.

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

Color convert

RGB 215 132 47 -
CMYK 0 0.39 0.78 0.16
HSL 30.36º 0.68% 0.51% -
HSV(B) 30.36º 0.78% 0.84% -
XYZ 36.79 31.15 6.76 -
YUV 147.13 71.5 176.41 -
System Red Green Blue C M Y K H S L
Decimal 215 132 47 0 0.39 0.78 0.16 30.36 0.68 0.51
Hex D7 84 2F 0 27 4E 10 1E 44 33
Octal 327 204 57 0 47 116 20 36 104 63
Binary 11010111 10000100 101111 0 100111 1001110 10000 11110 1000100 110011

Color Harmonies of #D7842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7842F

Black with #D7842F

Text Example


Text Example

White with #D7842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7842F; }

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

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

background-color css

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

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

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

border-color css

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

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

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