Html Css Color HEX #D08610 Ochre

📋 copy color: '#D08610'

red 208 ◦ green 134 ◦ blue 16

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

Shades of Ochre #D08610

Tints of Ochre #D08610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

 BLUE value IS 16 (6.64% from 255) = 4.47%

R = 58.1%
G = 37.43%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D08610 (or 0xD08610) is known color: Ochre. HEX triplet: D0, 86 and 10. RGB value is (208,134,16). Sum of RGB (Red+Green+Blue) = 208+134+16=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D08610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08610 is #2F79EF. Grayscale: #8F8F8F. Windows color (decimal): -3111408 or 1083088. OLE color: 1083088.

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

Color convert

RGB 208 134 16 -
CMYK 0 0.36 0.92 0.18
HSL 36.88º 0.86% 0.44% -
HSV(B) 36.88º 0.92% 0.82% -
XYZ 34.63 30.5 4.55 -
YUV 142.67 56.52 174.59 -
System Red Green Blue C M Y K H S L
Decimal 208 134 16 0 0.36 0.92 0.18 36.88 0.86 0.44
Hex D0 86 10 0 24 5C 12 25 56 2C
Octal 320 206 20 0 44 134 22 45 126 54
Binary 11010000 10000110 10000 0 100100 1011100 10010 100101 1010110 101100

Color Harmonies of #D08610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08610

Black with #D08610

Text Example


Text Example

White with #D08610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08610; }

 p { color: rgb(208,134,16); }

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

background-color css

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

 a { background-color: rgb(208,134,16); }

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

border-color css

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

 span { border-color: rgb(208,134,16); }

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