Html Css Color HEX #D98227 Dixie

📋 copy color: '#D98227'

red 217 ◦ green 130 ◦ blue 39

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

Shades of Dixie #D98227

Tints of Dixie #D98227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

 BLUE value IS 39 (15.63% from 255) = 10.1%

R = 56.22%
G = 33.68%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D98227 (or 0xD98227) is known color: Dixie. HEX triplet: D9, 82 and 27. RGB value is (217,130,39). Sum of RGB (Red+Green+Blue) = 217+130+39=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D98227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98227 is #267DD8. Grayscale: #929292. Windows color (decimal): -2522585 or 2589401. OLE color: 2589401.

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

Color convert

RGB 217 130 39 -
CMYK 0 0.40 0.82 0.15
HSL 30.67º 0.7% 0.5% -
HSV(B) 30.67º 0.82% 0.85% -
XYZ 36.96 30.86 5.93 -
YUV 145.64 67.82 178.9 -
System Red Green Blue C M Y K H S L
Decimal 217 130 39 0 0.40 0.82 0.15 30.67 0.7 0.5
Hex D9 82 27 0 28 52 F 1F 46 32
Octal 331 202 47 0 50 122 17 37 106 62
Binary 11011001 10000010 100111 0 101000 1010010 1111 11111 1000110 110010

Color Harmonies of #D98227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98227

Black with #D98227

Text Example


Text Example

White with #D98227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98227; }

 p { color: rgb(217,130,39); }

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

background-color css

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

 a { background-color: rgb(217,130,39); }

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

border-color css

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

 span { border-color: rgb(217,130,39); }

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