Html Css Color HEX #D98110 Ochre

📋 copy color: '#D98110'

red 217 ◦ green 129 ◦ blue 16

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

Shades of Ochre #D98110

Tints of Ochre #D98110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.42%

R = 59.94%
G = 35.64%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D98110 (or 0xD98110) is known color: Ochre. HEX triplet: D9, 81 and 10. RGB value is (217,129,16). Sum of RGB (Red+Green+Blue) = 217+129+16=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D98110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98110 is #267EEF. Grayscale: #8E8E8E. Windows color (decimal): -2522864 or 1081817. OLE color: 1081817.

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

Color convert

RGB 217 129 16 -
CMYK 0 0.41 0.93 0.15
HSL 33.73º 0.86% 0.46% -
HSV(B) 33.73º 0.93% 0.85% -
XYZ 36.56 30.49 4.45 -
YUV 142.43 56.65 181.19 -
System Red Green Blue C M Y K H S L
Decimal 217 129 16 0 0.41 0.93 0.15 33.73 0.86 0.46
Hex D9 81 10 0 29 5D F 22 56 2E
Octal 331 201 20 0 51 135 17 42 126 56
Binary 11011001 10000001 10000 0 101001 1011101 1111 100010 1010110 101110

Color Harmonies of #D98110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98110

Black with #D98110

Text Example


Text Example

White with #D98110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98110; }

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

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

background-color css

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

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

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

border-color css

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

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

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