Html Css Color HEX #D98218 Ochre

📋 copy color: '#D98218'

red 217 ◦ green 130 ◦ blue 24

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

Shades of Ochre #D98218

Tints of Ochre #D98218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.47%

R = 58.49%
G = 35.04%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D98218 (or 0xD98218) is known color: Ochre. HEX triplet: D9, 82 and 18. RGB value is (217,130,24). Sum of RGB (Red+Green+Blue) = 217+130+24=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D98218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98218 is #267DE7. Grayscale: #909090. Windows color (decimal): -2522600 or 1606361. OLE color: 1606361.

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

Color convert

RGB 217 130 24 -
CMYK 0 0.40 0.89 0.15
HSL 32.95º 0.8% 0.47% -
HSV(B) 32.95º 0.89% 0.85% -
XYZ 36.76 30.78 4.87 -
YUV 143.93 60.32 180.12 -
System Red Green Blue C M Y K H S L
Decimal 217 130 24 0 0.40 0.89 0.15 32.95 0.8 0.47
Hex D9 82 18 0 28 59 F 21 50 2F
Octal 331 202 30 0 50 131 17 41 120 57
Binary 11011001 10000010 11000 0 101000 1011001 1111 100001 1010000 101111

Color Harmonies of #D98218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98218

Black with #D98218

Text Example


Text Example

White with #D98218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98218; }

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

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

background-color css

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

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

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

border-color css

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

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

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