Html Css Color HEX #D98415 Ochre

📋 copy color: '#D98415'

red 217 ◦ green 132 ◦ blue 21

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

Shades of Ochre #D98415

Tints of Ochre #D98415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.68%

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

R = 58.65%
G = 35.68%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D98415 (or 0xD98415) is known color: Ochre. HEX triplet: D9, 84 and 15. RGB value is (217,132,21). Sum of RGB (Red+Green+Blue) = 217+132+21=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D98415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98415 is #267BEA. Grayscale: #919191. Windows color (decimal): -2522091 or 1410265. OLE color: 1410265.

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

Color convert

RGB 217 132 21 -
CMYK 0 0.39 0.90 0.15
HSL 33.98º 0.82% 0.47% -
HSV(B) 33.98º 0.9% 0.85% -
XYZ 37 31.31 4.8 -
YUV 144.76 58.16 179.53 -
System Red Green Blue C M Y K H S L
Decimal 217 132 21 0 0.39 0.90 0.15 33.98 0.82 0.47
Hex D9 84 15 0 27 5A F 22 52 2F
Octal 331 204 25 0 47 132 17 42 122 57
Binary 11011001 10000100 10101 0 100111 1011010 1111 100010 1010010 101111

Color Harmonies of #D98415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98415

Black with #D98415

Text Example


Text Example

White with #D98415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98415; }

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

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

background-color css

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

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

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

border-color css

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

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

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