Html Css Color HEX #D98210 Ochre

📋 copy color: '#D98210'

red 217 ◦ green 130 ◦ blue 16

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

Shades of Ochre #D98210

Tints of Ochre #D98210

RGB

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

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

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

R = 59.78%
G = 35.81%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D98210 (or 0xD98210) is known color: Ochre. HEX triplet: D9, 82 and 10. RGB value is (217,130,16). Sum of RGB (Red+Green+Blue) = 217+130+16=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D98210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98210 is #267DEF. Grayscale: #8F8F8F. Windows color (decimal): -2522608 or 1082073. OLE color: 1082073.

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

Color convert

RGB 217 130 16 -
CMYK 0 0.40 0.93 0.15
HSL 34.03º 0.86% 0.46% -
HSV(B) 34.03º 0.93% 0.85% -
XYZ 36.69 30.75 4.49 -
YUV 143.02 56.32 180.77 -
System Red Green Blue C M Y K H S L
Decimal 217 130 16 0 0.40 0.93 0.15 34.03 0.86 0.46
Hex D9 82 10 0 28 5D F 22 56 2E
Octal 331 202 20 0 50 135 17 42 126 56
Binary 11011001 10000010 10000 0 101000 1011101 1111 100010 1010110 101110

Color Harmonies of #D98210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98210

Black with #D98210

Text Example


Text Example

White with #D98210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98210; }

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

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

background-color css

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

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

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

border-color css

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

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

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