Html Css Color HEX #D98122 Ochre

📋 copy color: '#D98122'

red 217 ◦ green 129 ◦ blue 34

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

Shades of Ochre #D98122

Tints of Ochre #D98122

RGB

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

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

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

R = 57.11%
G = 33.95%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D98122 (or 0xD98122) is known color: Ochre. HEX triplet: D9, 81 and 22. RGB value is (217,129,34). Sum of RGB (Red+Green+Blue) = 217+129+34=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D98122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98122 is #267EDD. Grayscale: #909090. Windows color (decimal): -2522846 or 2261465. OLE color: 2261465.

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

Color convert

RGB 217 129 34 -
CMYK 0 0.41 0.84 0.15
HSL 31.15º 0.73% 0.49% -
HSV(B) 31.15º 0.84% 0.85% -
XYZ 36.75 30.57 5.48 -
YUV 144.48 65.65 179.72 -
System Red Green Blue C M Y K H S L
Decimal 217 129 34 0 0.41 0.84 0.15 31.15 0.73 0.49
Hex D9 81 22 0 29 54 F 1F 49 31
Octal 331 201 42 0 51 124 17 37 111 61
Binary 11011001 10000001 100010 0 101001 1010100 1111 11111 1001001 110001

Color Harmonies of #D98122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98122

Black with #D98122

Text Example


Text Example

White with #D98122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98122; }

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

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

background-color css

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

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

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

border-color css

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

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

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