Html Css Color HEX #D98124 Ochre

📋 copy color: '#D98124'

red 217 ◦ green 129 ◦ blue 36

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

Shades of Ochre #D98124

Tints of Ochre #D98124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

 BLUE value IS 36 (14.45% from 255) = 9.42%

R = 56.81%
G = 33.77%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D98124 (or 0xD98124) is known color: Ochre. HEX triplet: D9, 81 and 24. RGB value is (217,129,36). Sum of RGB (Red+Green+Blue) = 217+129+36=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D98124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98124 is #267EDB. Grayscale: #919191. Windows color (decimal): -2522844 or 2392537. OLE color: 2392537.

HSL color Cylindrical-coordinate representation of color #D98124: hue angle of 30.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D98124 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 129 36 -
CMYK 0 0.41 0.83 0.15
HSL 30.83º 0.72% 0.5% -
HSV(B) 30.83º 0.83% 0.85% -
XYZ 36.78 30.58 5.63 -
YUV 144.71 66.65 179.56 -
System Red Green Blue C M Y K H S L
Decimal 217 129 36 0 0.41 0.83 0.15 30.83 0.72 0.5
Hex D9 81 24 0 29 53 F 1F 48 32
Octal 331 201 44 0 51 123 17 37 110 62
Binary 11011001 10000001 100100 0 101001 1010011 1111 11111 1001000 110010

Color Harmonies of #D98124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98124

Black with #D98124

Text Example


Text Example

White with #D98124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98124; }

 p { color: rgb(217,129,36); }

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

background-color css

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

 a { background-color: rgb(217,129,36); }

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

border-color css

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

 span { border-color: rgb(217,129,36); }

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