Html Css Color HEX #D9842D Dixie

📋 copy color: '#D9842D'

red 217 ◦ green 132 ◦ blue 45

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

Shades of Dixie #D9842D

Tints of Dixie #D9842D

RGB

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

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

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

R = 55.08%
G = 33.5%
B = 11.42%

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

#D9842D (or 0xD9842D) is known color: Dixie. HEX triplet: D9, 84 and 2D. RGB value is (217,132,45). Sum of RGB (Red+Green+Blue) = 217+132+45=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9842D is #267BD2. Grayscale: #939393. Windows color (decimal): -2522067 or 2983129. OLE color: 2983129.

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

Color convert

RGB 217 132 45 -
CMYK 0 0.39 0.79 0.15
HSL 30.35º 0.69% 0.51% -
HSV(B) 30.35º 0.79% 0.85% -
XYZ 37.34 31.44 6.58 -
YUV 147.5 70.16 177.57 -
System Red Green Blue C M Y K H S L
Decimal 217 132 45 0 0.39 0.79 0.15 30.35 0.69 0.51
Hex D9 84 2D 0 27 4F F 1E 45 33
Octal 331 204 55 0 47 117 17 36 105 63
Binary 11011001 10000100 101101 0 100111 1001111 1111 11110 1000101 110011

Color Harmonies of #D9842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9842D

Black with #D9842D

Text Example


Text Example

White with #D9842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9842D; }

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

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

background-color css

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

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

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

border-color css

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

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

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