Html Css Color HEX #D08816 Ochre

📋 copy color: '#D08816'

red 208 ◦ green 136 ◦ blue 22

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

Shades of Ochre #D08816

Tints of Ochre #D08816

RGB

 RED value IS 208 (81.64% from 255) = 56.83%

 GREEN value IS 136 (53.52% from 255) = 37.16%

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

R = 56.83%
G = 37.16%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D08816 (or 0xD08816) is known color: Ochre. HEX triplet: D0, 88 and 16. RGB value is (208,136,22). Sum of RGB (Red+Green+Blue) = 208+136+22=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D08816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08816 is #2F77E9. Grayscale: #919191. Windows color (decimal): -3110890 or 1476816. OLE color: 1476816.

HSL color Cylindrical-coordinate representation of color #D08816: hue angle of 36.77º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D08816 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 22 -
CMYK 0 0.35 0.89 0.18
HSL 36.77º 0.81% 0.45% -
HSV(B) 36.77º 0.89% 0.82% -
XYZ 34.96 31.08 4.91 -
YUV 144.53 58.85 173.27 -
System Red Green Blue C M Y K H S L
Decimal 208 136 22 0 0.35 0.89 0.18 36.77 0.81 0.45
Hex D0 88 16 0 23 59 12 25 51 2D
Octal 320 210 26 0 43 131 22 45 121 55
Binary 11010000 10001000 10110 0 100011 1011001 10010 100101 1010001 101101

Color Harmonies of #D08816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08816

Black with #D08816

Text Example


Text Example

White with #D08816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08816; }

 p { color: rgb(208,136,22); }

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

background-color css

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

 a { background-color: rgb(208,136,22); }

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

border-color css

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

 span { border-color: rgb(208,136,22); }

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