Html Css Color HEX #D98121 Ochre

📋 copy color: '#D98121'

red 217 ◦ green 129 ◦ blue 33

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

Shades of Ochre #D98121

Tints of Ochre #D98121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.71%

R = 57.26%
G = 34.04%
B = 8.71%

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

#D98121 (or 0xD98121) is known color: Ochre. HEX triplet: D9, 81 and 21. RGB value is (217,129,33). Sum of RGB (Red+Green+Blue) = 217+129+33=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D98121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98121 is #267EDE. Grayscale: #909090. Windows color (decimal): -2522847 or 2195929. OLE color: 2195929.

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

Color convert

RGB 217 129 33 -
CMYK 0 0.41 0.85 0.15
HSL 31.3º 0.74% 0.49% -
HSV(B) 31.3º 0.85% 0.85% -
XYZ 36.74 30.56 5.4 -
YUV 144.37 65.15 179.81 -
System Red Green Blue C M Y K H S L
Decimal 217 129 33 0 0.41 0.85 0.15 31.3 0.74 0.49
Hex D9 81 21 0 29 55 F 1F 4A 31
Octal 331 201 41 0 51 125 17 37 112 61
Binary 11011001 10000001 100001 0 101001 1010101 1111 11111 1001010 110001

Color Harmonies of #D98121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98121

Black with #D98121

Text Example


Text Example

White with #D98121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98121; }

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

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

background-color css

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

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

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

border-color css

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

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

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