Html Css Color HEX #D98220 Ochre

📋 copy color: '#D98220'

red 217 ◦ green 130 ◦ blue 32

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

Shades of Ochre #D98220

Tints of Ochre #D98220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.44%

R = 57.26%
G = 34.3%
B = 8.44%

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

#D98220 (or 0xD98220) is known color: Ochre. HEX triplet: D9, 82 and 20. RGB value is (217,130,32). Sum of RGB (Red+Green+Blue) = 217+130+32=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D98220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98220 is #267DDF. Grayscale: #919191. Windows color (decimal): -2522592 or 2130649. OLE color: 2130649.

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

Color convert

RGB 217 130 32 -
CMYK 0 0.40 0.85 0.15
HSL 31.78º 0.74% 0.49% -
HSV(B) 31.78º 0.85% 0.85% -
XYZ 36.86 30.82 5.37 -
YUV 144.84 64.32 179.47 -
System Red Green Blue C M Y K H S L
Decimal 217 130 32 0 0.40 0.85 0.15 31.78 0.74 0.49
Hex D9 82 20 0 28 55 F 20 4A 31
Octal 331 202 40 0 50 125 17 40 112 61
Binary 11011001 10000010 100000 0 101000 1010101 1111 100000 1001010 110001

Color Harmonies of #D98220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98220

Black with #D98220

Text Example


Text Example

White with #D98220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98220; }

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

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

background-color css

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

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

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

border-color css

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

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

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