Html Css Color HEX #D98120 Ochre

📋 copy color: '#D98120'

red 217 ◦ green 129 ◦ blue 32

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

Shades of Ochre #D98120

Tints of Ochre #D98120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.47%

R = 57.41%
G = 34.13%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D98120 (or 0xD98120) is known color: Ochre. HEX triplet: D9, 81 and 20. RGB value is (217,129,32). Sum of RGB (Red+Green+Blue) = 217+129+32=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D98120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98120 is #267EDF. Grayscale: #909090. Windows color (decimal): -2522848 or 2130393. OLE color: 2130393.

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

Color convert

RGB 217 129 32 -
CMYK 0 0.41 0.85 0.15
HSL 31.46º 0.74% 0.49% -
HSV(B) 31.46º 0.85% 0.85% -
XYZ 36.73 30.56 5.33 -
YUV 144.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 217 129 32 0 0.41 0.85 0.15 31.46 0.74 0.49
Hex D9 81 20 0 29 55 F 1F 4A 31
Octal 331 201 40 0 51 125 17 37 112 61
Binary 11011001 10000001 100000 0 101001 1010101 1111 11111 1001010 110001

Color Harmonies of #D98120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98120

Black with #D98120

Text Example


Text Example

White with #D98120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98120; }

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

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

background-color css

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

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

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

border-color css

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

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

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