Html Css Color HEX #D08110 Ochre

📋 copy color: '#D08110'

red 208 ◦ green 129 ◦ blue 16

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

Shades of Ochre #D08110

Tints of Ochre #D08110

RGB

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

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

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

R = 58.92%
G = 36.54%
B = 4.53%

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

#D08110 (or 0xD08110) is known color: Ochre. HEX triplet: D0, 81 and 10. RGB value is (208,129,16). Sum of RGB (Red+Green+Blue) = 208+129+16=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D08110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08110 is #2F7EEF. Grayscale: #8C8C8C. Windows color (decimal): -3112688 or 1081808. OLE color: 1081808.

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

Color convert

RGB 208 129 16 -
CMYK 0 0.38 0.92 0.18
HSL 35.31º 0.86% 0.44% -
HSV(B) 35.31º 0.92% 0.82% -
XYZ 33.96 29.15 4.33 -
YUV 139.74 58.17 176.69 -
System Red Green Blue C M Y K H S L
Decimal 208 129 16 0 0.38 0.92 0.18 35.31 0.86 0.44
Hex D0 81 10 0 26 5C 12 23 56 2C
Octal 320 201 20 0 46 134 22 43 126 54
Binary 11010000 10000001 10000 0 100110 1011100 10010 100011 1010110 101100

Color Harmonies of #D08110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08110

Black with #D08110

Text Example


Text Example

White with #D08110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08110; }

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

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

background-color css

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

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

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

border-color css

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

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

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