Html Css Color HEX #D98022 Ochre

📋 copy color: '#D98022'

red 217 ◦ green 128 ◦ blue 34

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

Shades of Ochre #D98022

Tints of Ochre #D98022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.77%

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

R = 57.26%
G = 33.77%
B = 8.97%

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

#D98022 (or 0xD98022) is known color: Ochre. HEX triplet: D9, 80 and 22. RGB value is (217,128,34). Sum of RGB (Red+Green+Blue) = 217+128+34=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D98022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98022 is #267FDD. Grayscale: #909090. Windows color (decimal): -2523102 or 2261209. OLE color: 2261209.

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

Color convert

RGB 217 128 34 -
CMYK 0 0.41 0.84 0.15
HSL 30.82º 0.73% 0.49% -
HSV(B) 30.82º 0.84% 0.85% -
XYZ 36.62 30.31 5.43 -
YUV 143.9 65.99 180.14 -
System Red Green Blue C M Y K H S L
Decimal 217 128 34 0 0.41 0.84 0.15 30.82 0.73 0.49
Hex D9 80 22 0 29 54 F 1F 49 31
Octal 331 200 42 0 51 124 17 37 111 61
Binary 11011001 10000000 100010 0 101001 1010100 1111 11111 1001001 110001

Color Harmonies of #D98022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98022

Black with #D98022

Text Example


Text Example

White with #D98022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98022; }

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

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

background-color css

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

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

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

border-color css

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

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

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