Html Css Color HEX #D98628 Dixie

📋 copy color: '#D98628'

red 217 ◦ green 134 ◦ blue 40

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

Shades of Dixie #D98628

Tints of Dixie #D98628

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

 BLUE value IS 40 (16.02% from 255) = 10.23%

R = 55.5%
G = 34.27%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D98628 (or 0xD98628) is known color: Dixie. HEX triplet: D9, 86 and 28. RGB value is (217,134,40). Sum of RGB (Red+Green+Blue) = 217+134+40=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D98628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98628 is #2679D7. Grayscale: #949494. Windows color (decimal): -2521560 or 2655961. OLE color: 2655961.

HSL color Cylindrical-coordinate representation of color #D98628: hue angle of 31.86º 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 #D98628 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 134 40 -
CMYK 0 0.38 0.82 0.15
HSL 31.86º 0.7% 0.5% -
HSV(B) 31.86º 0.82% 0.85% -
XYZ 37.52 31.96 6.2 -
YUV 148.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 217 134 40 0 0.38 0.82 0.15 31.86 0.7 0.5
Hex D9 86 28 0 26 52 F 20 46 32
Octal 331 206 50 0 46 122 17 40 106 62
Binary 11011001 10000110 101000 0 100110 1010010 1111 100000 1000110 110010

Color Harmonies of #D98628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98628

Black with #D98628

Text Example


Text Example

White with #D98628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98628; }

 p { color: rgb(217,134,40); }

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

background-color css

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

 a { background-color: rgb(217,134,40); }

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

border-color css

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

 span { border-color: rgb(217,134,40); }

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