Html Css Color HEX #D98322 Ochre

📋 copy color: '#D98322'

red 217 ◦ green 131 ◦ blue 34

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

Shades of Ochre #D98322

Tints of Ochre #D98322

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.29%

 BLUE value IS 34 (13.67% from 255) = 8.9%

R = 56.81%
G = 34.29%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D98322 (or 0xD98322) is known color: Ochre. HEX triplet: D9, 83 and 22. RGB value is (217,131,34). Sum of RGB (Red+Green+Blue) = 217+131+34=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D98322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98322 is #267CDD. Grayscale: #929292. Windows color (decimal): -2522334 or 2261977. OLE color: 2261977.

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

Color convert

RGB 217 131 34 -
CMYK 0 0.40 0.84 0.15
HSL 31.8º 0.73% 0.49% -
HSV(B) 31.8º 0.84% 0.85% -
XYZ 37.02 31.1 5.57 -
YUV 145.66 64.99 178.89 -
System Red Green Blue C M Y K H S L
Decimal 217 131 34 0 0.40 0.84 0.15 31.8 0.73 0.49
Hex D9 83 22 0 28 54 F 20 49 31
Octal 331 203 42 0 50 124 17 40 111 61
Binary 11011001 10000011 100010 0 101000 1010100 1111 100000 1001001 110001

Color Harmonies of #D98322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98322

Black with #D98322

Text Example


Text Example

White with #D98322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98322; }

 p { color: rgb(217,131,34); }

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

background-color css

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

 a { background-color: rgb(217,131,34); }

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

border-color css

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

 span { border-color: rgb(217,131,34); }

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