Html Css Color HEX #D0842F Dixie

📋 copy color: '#D0842F'

red 208 ◦ green 132 ◦ blue 47

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

Shades of Dixie #D0842F

Tints of Dixie #D0842F

RGB

 RED value IS 208 (81.64% from 255) = 53.75%

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

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

R = 53.75%
G = 34.11%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0842F (or 0xD0842F) is known color: Dixie. HEX triplet: D0, 84 and 2F. RGB value is (208,132,47). Sum of RGB (Red+Green+Blue) = 208+132+47=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0842F is #2F7BD0. Grayscale: #919191. Windows color (decimal): -3111889 or 3114192. OLE color: 3114192.

HSL color Cylindrical-coordinate representation of color #D0842F: hue angle of 31.68º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0842F is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 47 -
CMYK 0 0.37 0.77 0.18
HSL 31.68º 0.63% 0.5% -
HSV(B) 31.68º 0.77% 0.82% -
XYZ 34.78 30.12 6.67 -
YUV 145.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 208 132 47 0 0.37 0.77 0.18 31.68 0.63 0.5
Hex D0 84 2F 0 25 4D 12 20 3F 32
Octal 320 204 57 0 45 115 22 40 77 62
Binary 11010000 10000100 101111 0 100101 1001101 10010 100000 111111 110010

Color Harmonies of #D0842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0842F

Black with #D0842F

Text Example


Text Example

White with #D0842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0842F; }

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

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

background-color css

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

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

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

border-color css

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

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

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