Html Css Color HEX #D97816 Ochre

📋 copy color: '#D97816'

red 217 ◦ green 120 ◦ blue 22

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

Shades of Ochre #D97816

Tints of Ochre #D97816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.43%

 BLUE value IS 22 (8.98% from 255) = 6.13%

R = 60.45%
G = 33.43%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D97816 (or 0xD97816) is known color: Ochre. HEX triplet: D9, 78 and 16. RGB value is (217,120,22). Sum of RGB (Red+Green+Blue) = 217+120+22=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D97816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97816 is #2687E9. Grayscale: #8A8A8A. Windows color (decimal): -2525162 or 1472729. OLE color: 1472729.

HSL color Cylindrical-coordinate representation of color #D97816: hue angle of 30.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D97816 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 120 22 -
CMYK 0 0.45 0.90 0.15
HSL 30.15º 0.82% 0.47% -
HSV(B) 30.15º 0.9% 0.85% -
XYZ 35.48 28.24 4.34 -
YUV 137.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 217 120 22 0 0.45 0.90 0.15 30.15 0.82 0.47
Hex D9 78 16 0 2D 5A F 1E 52 2F
Octal 331 170 26 0 55 132 17 36 122 57
Binary 11011001 1111000 10110 0 101101 1011010 1111 11110 1010010 101111

Color Harmonies of #D97816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97816

Black with #D97816

Text Example


Text Example

White with #D97816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97816; }

 p { color: rgb(217,120,22); }

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

background-color css

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

 a { background-color: rgb(217,120,22); }

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

border-color css

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

 span { border-color: rgb(217,120,22); }

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