Html Css Color HEX #D08116 Ochre

📋 copy color: '#D08116'

red 208 ◦ green 129 ◦ blue 22

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

Shades of Ochre #D08116

Tints of Ochre #D08116

RGB

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

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

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

R = 57.94%
G = 35.93%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D08116 (or 0xD08116) is known color: Ochre. HEX triplet: D0, 81 and 16. RGB value is (208,129,22). Sum of RGB (Red+Green+Blue) = 208+129+22=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D08116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08116 is #2F7EE9. Grayscale: #8C8C8C. Windows color (decimal): -3112682 or 1475024. OLE color: 1475024.

HSL color Cylindrical-coordinate representation of color #D08116: hue angle of 34.52º 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 #D08116 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 22 -
CMYK 0 0.38 0.89 0.18
HSL 34.52º 0.81% 0.45% -
HSV(B) 34.52º 0.89% 0.82% -
XYZ 34.01 29.17 4.6 -
YUV 140.42 61.17 176.2 -
System Red Green Blue C M Y K H S L
Decimal 208 129 22 0 0.38 0.89 0.18 34.52 0.81 0.45
Hex D0 81 16 0 26 59 12 23 51 2D
Octal 320 201 26 0 46 131 22 43 121 55
Binary 11010000 10000001 10110 0 100110 1011001 10010 100011 1010001 101101

Color Harmonies of #D08116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08116

Black with #D08116

Text Example


Text Example

White with #D08116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08116; }

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

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

background-color css

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

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

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

border-color css

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

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

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