Html Css Color HEX #D9872A Dixie

📋 copy color: '#D9872A'

red 217 ◦ green 135 ◦ blue 42

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

Shades of Dixie #D9872A

Tints of Dixie #D9872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

 BLUE value IS 42 (16.8% from 255) = 10.66%

R = 55.08%
G = 34.26%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9872A (or 0xD9872A) is known color: Dixie. HEX triplet: D9, 87 and 2A. RGB value is (217,135,42). Sum of RGB (Red+Green+Blue) = 217+135+42=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9872A is #2678D5. Grayscale: #959595. Windows color (decimal): -2521302 or 2787289. OLE color: 2787289.

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

Color convert

RGB 217 135 42 -
CMYK 0 0.38 0.81 0.15
HSL 31.89º 0.7% 0.51% -
HSV(B) 31.89º 0.81% 0.85% -
XYZ 37.7 32.25 6.43 -
YUV 148.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 217 135 42 0 0.38 0.81 0.15 31.89 0.7 0.51
Hex D9 87 2A 0 26 51 F 20 46 33
Octal 331 207 52 0 46 121 17 40 106 63
Binary 11011001 10000111 101010 0 100110 1010001 1111 100000 1000110 110011

Color Harmonies of #D9872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9872A

Black with #D9872A

Text Example


Text Example

White with #D9872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9872A; }

 p { color: rgb(217,135,42); }

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

background-color css

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

 a { background-color: rgb(217,135,42); }

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

border-color css

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

 span { border-color: rgb(217,135,42); }

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