Html Css Color HEX #D98221 Ochre

📋 copy color: '#D98221'

red 217 ◦ green 130 ◦ blue 33

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

Shades of Ochre #D98221

Tints of Ochre #D98221

RGB

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

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

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

R = 57.11%
G = 34.21%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D98221 (or 0xD98221) is known color: Ochre. HEX triplet: D9, 82 and 21. RGB value is (217,130,33). Sum of RGB (Red+Green+Blue) = 217+130+33=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D98221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98221 is #267DDE. Grayscale: #919191. Windows color (decimal): -2522591 or 2196185. OLE color: 2196185.

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

Color convert

RGB 217 130 33 -
CMYK 0 0.40 0.85 0.15
HSL 31.63º 0.74% 0.49% -
HSV(B) 31.63º 0.85% 0.85% -
XYZ 36.87 30.83 5.45 -
YUV 144.96 64.82 179.39 -
System Red Green Blue C M Y K H S L
Decimal 217 130 33 0 0.40 0.85 0.15 31.63 0.74 0.49
Hex D9 82 21 0 28 55 F 20 4A 31
Octal 331 202 41 0 50 125 17 40 112 61
Binary 11011001 10000010 100001 0 101000 1010101 1111 100000 1001010 110001

Color Harmonies of #D98221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98221

Black with #D98221

Text Example


Text Example

White with #D98221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98221; }

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

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

background-color css

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

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

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

border-color css

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

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

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