Html Css Color HEX #D08111 Ochre

📋 copy color: '#D08111'

red 208 ◦ green 129 ◦ blue 17

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

Shades of Ochre #D08111

Tints of Ochre #D08111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.8%

R = 58.76%
G = 36.44%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D08111 (or 0xD08111) is known color: Ochre. HEX triplet: D0, 81 and 11. RGB value is (208,129,17). Sum of RGB (Red+Green+Blue) = 208+129+17=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D08111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08111 is #2F7EEE. Grayscale: #8C8C8C. Windows color (decimal): -3112687 or 1147344. OLE color: 1147344.

HSL color Cylindrical-coordinate representation of color #D08111: hue angle of 35.18º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D08111 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 17 -
CMYK 0 0.38 0.92 0.18
HSL 35.18º 0.85% 0.44% -
HSV(B) 35.18º 0.92% 0.82% -
XYZ 33.96 29.15 4.37 -
YUV 139.85 58.67 176.61 -
System Red Green Blue C M Y K H S L
Decimal 208 129 17 0 0.38 0.92 0.18 35.18 0.85 0.44
Hex D0 81 11 0 26 5C 12 23 55 2C
Octal 320 201 21 0 46 134 22 43 125 54
Binary 11010000 10000001 10001 0 100110 1011100 10010 100011 1010101 101100

Color Harmonies of #D08111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08111

Black with #D08111

Text Example


Text Example

White with #D08111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08111; }

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

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

background-color css

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

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

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

border-color css

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

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

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