Html Css Color HEX #D9842E Dixie

📋 copy color: '#D9842E'

red 217 ◦ green 132 ◦ blue 46

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

Shades of Dixie #D9842E

Tints of Dixie #D9842E

RGB

 RED value IS 217 (85.16% from 255) = 54.94%

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

 BLUE value IS 46 (18.36% from 255) = 11.65%

R = 54.94%
G = 33.42%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9842E (or 0xD9842E) is known color: Dixie. HEX triplet: D9, 84 and 2E. RGB value is (217,132,46). Sum of RGB (Red+Green+Blue) = 217+132+46=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9842E is #267BD1. Grayscale: #949494. Windows color (decimal): -2522066 or 3048665. OLE color: 3048665.

HSL color Cylindrical-coordinate representation of color #D9842E: hue angle of 30.18º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9842E is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 132 46 -
CMYK 0 0.39 0.79 0.15
HSL 30.18º 0.69% 0.52% -
HSV(B) 30.18º 0.79% 0.85% -
XYZ 37.36 31.45 6.69 -
YUV 147.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 217 132 46 0 0.39 0.79 0.15 30.18 0.69 0.52
Hex D9 84 2E 0 27 4F F 1E 45 34
Octal 331 204 56 0 47 117 17 36 105 64
Binary 11011001 10000100 101110 0 100111 1001111 1111 11110 1000101 110100

Color Harmonies of #D9842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9842E

Black with #D9842E

Text Example


Text Example

White with #D9842E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9842E; }

 p { color: rgb(217,132,46); }

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

background-color css

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

 a { background-color: rgb(217,132,46); }

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

border-color css

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

 span { border-color: rgb(217,132,46); }

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