Html Css Color HEX #D98315 Ochre

📋 copy color: '#D98315'

red 217 ◦ green 131 ◦ blue 21

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

Shades of Ochre #D98315

Tints of Ochre #D98315

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

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

R = 58.81%
G = 35.5%
B = 5.69%

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

#D98315 (or 0xD98315) is known color: Ochre. HEX triplet: D9, 83 and 15. RGB value is (217,131,21). Sum of RGB (Red+Green+Blue) = 217+131+21=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D98315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98315 is #267CEA. Grayscale: #909090. Windows color (decimal): -2522347 or 1410009. OLE color: 1410009.

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

Color convert

RGB 217 131 21 -
CMYK 0 0.40 0.90 0.15
HSL 33.67º 0.82% 0.47% -
HSV(B) 33.67º 0.9% 0.85% -
XYZ 36.87 31.04 4.76 -
YUV 144.17 58.49 179.94 -
System Red Green Blue C M Y K H S L
Decimal 217 131 21 0 0.40 0.90 0.15 33.67 0.82 0.47
Hex D9 83 15 0 28 5A F 22 52 2F
Octal 331 203 25 0 50 132 17 42 122 57
Binary 11011001 10000011 10101 0 101000 1011010 1111 100010 1010010 101111

Color Harmonies of #D98315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98315

Black with #D98315

Text Example


Text Example

White with #D98315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98315; }

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

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

background-color css

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

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

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

border-color css

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

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

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