Html Css Color HEX #D98219 Ochre

📋 copy color: '#D98219'

red 217 ◦ green 130 ◦ blue 25

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

Shades of Ochre #D98219

Tints of Ochre #D98219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.72%

R = 58.33%
G = 34.95%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D98219 (or 0xD98219) is known color: Ochre. HEX triplet: D9, 82 and 19. RGB value is (217,130,25). Sum of RGB (Red+Green+Blue) = 217+130+25=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D98219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98219 is #267DE6. Grayscale: #909090. Windows color (decimal): -2522599 or 1671897. OLE color: 1671897.

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

Color convert

RGB 217 130 25 -
CMYK 0 0.40 0.88 0.15
HSL 32.81º 0.79% 0.47% -
HSV(B) 32.81º 0.88% 0.85% -
XYZ 36.77 30.79 4.92 -
YUV 144.04 60.82 180.04 -
System Red Green Blue C M Y K H S L
Decimal 217 130 25 0 0.40 0.88 0.15 32.81 0.79 0.47
Hex D9 82 19 0 28 58 F 21 4F 2F
Octal 331 202 31 0 50 130 17 41 117 57
Binary 11011001 10000010 11001 0 101000 1011000 1111 100001 1001111 101111

Color Harmonies of #D98219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98219

Black with #D98219

Text Example


Text Example

White with #D98219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98219; }

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

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

background-color css

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

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

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

border-color css

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

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

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