Html Css Color HEX #D98123 Ochre

📋 copy color: '#D98123'

red 217 ◦ green 129 ◦ blue 35

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

Shades of Ochre #D98123

Tints of Ochre #D98123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.19%

R = 56.96%
G = 33.86%
B = 9.19%

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

#D98123 (or 0xD98123) is known color: Ochre. HEX triplet: D9, 81 and 23. RGB value is (217,129,35). Sum of RGB (Red+Green+Blue) = 217+129+35=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D98123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98123 is #267EDC. Grayscale: #919191. Windows color (decimal): -2522845 or 2327001. OLE color: 2327001.

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

Color convert

RGB 217 129 35 -
CMYK 0 0.41 0.84 0.15
HSL 30.99º 0.72% 0.49% -
HSV(B) 30.99º 0.84% 0.85% -
XYZ 36.77 30.57 5.55 -
YUV 144.6 66.15 179.64 -
System Red Green Blue C M Y K H S L
Decimal 217 129 35 0 0.41 0.84 0.15 30.99 0.72 0.49
Hex D9 81 23 0 29 54 F 1F 48 31
Octal 331 201 43 0 51 124 17 37 110 61
Binary 11011001 10000001 100011 0 101001 1010100 1111 11111 1001000 110001

Color Harmonies of #D98123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98123

Black with #D98123

Text Example


Text Example

White with #D98123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98123; }

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

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

background-color css

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

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

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

border-color css

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

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

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