Html Css Color HEX #D98215 Ochre

📋 copy color: '#D98215'

red 217 ◦ green 130 ◦ blue 21

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

Shades of Ochre #D98215

Tints of Ochre #D98215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.71%

R = 58.97%
G = 35.33%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D98215 (or 0xD98215) is known color: Ochre. HEX triplet: D9, 82 and 15. RGB value is (217,130,21). Sum of RGB (Red+Green+Blue) = 217+130+21=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D98215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98215 is #267DEA. Grayscale: #909090. Windows color (decimal): -2522603 or 1409753. OLE color: 1409753.

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

Color convert

RGB 217 130 21 -
CMYK 0 0.40 0.90 0.15
HSL 33.37º 0.82% 0.47% -
HSV(B) 33.37º 0.9% 0.85% -
XYZ 36.73 30.77 4.71 -
YUV 143.59 58.82 180.36 -
System Red Green Blue C M Y K H S L
Decimal 217 130 21 0 0.40 0.90 0.15 33.37 0.82 0.47
Hex D9 82 15 0 28 5A F 21 52 2F
Octal 331 202 25 0 50 132 17 41 122 57
Binary 11011001 10000010 10101 0 101000 1011010 1111 100001 1010010 101111

Color Harmonies of #D98215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98215

Black with #D98215

Text Example


Text Example

White with #D98215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98215; }

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

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

background-color css

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

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

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

border-color css

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

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

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