Html Css Color HEX #D08711 Ochre

📋 copy color: '#D08711'

red 208 ◦ green 135 ◦ blue 17

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

Shades of Ochre #D08711

Tints of Ochre #D08711

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.5%

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

R = 57.78%
G = 37.5%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D08711 (or 0xD08711) is known color: Ochre. HEX triplet: D0, 87 and 11. RGB value is (208,135,17). Sum of RGB (Red+Green+Blue) = 208+135+17=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D08711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08711 is #2F78EE. Grayscale: #8F8F8F. Windows color (decimal): -3111151 or 1148880. OLE color: 1148880.

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

Color convert

RGB 208 135 17 -
CMYK 0 0.35 0.92 0.18
HSL 37.07º 0.85% 0.44% -
HSV(B) 37.07º 0.92% 0.82% -
XYZ 34.78 30.78 4.64 -
YUV 143.38 56.68 174.09 -
System Red Green Blue C M Y K H S L
Decimal 208 135 17 0 0.35 0.92 0.18 37.07 0.85 0.44
Hex D0 87 11 0 23 5C 12 25 55 2C
Octal 320 207 21 0 43 134 22 45 125 54
Binary 11010000 10000111 10001 0 100011 1011100 10010 100101 1010101 101100

Color Harmonies of #D08711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08711

Black with #D08711

Text Example


Text Example

White with #D08711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08711; }

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

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

background-color css

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

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

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

border-color css

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

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

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