Html Css Color HEX #D08310 Ochre

📋 copy color: '#D08310'

red 208 ◦ green 131 ◦ blue 16

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

Shades of Ochre #D08310

Tints of Ochre #D08310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

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

R = 58.59%
G = 36.9%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D08310 (or 0xD08310) is known color: Ochre. HEX triplet: D0, 83 and 10. RGB value is (208,131,16). Sum of RGB (Red+Green+Blue) = 208+131+16=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D08310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08310 is #2F7CEF. Grayscale: #8D8D8D. Windows color (decimal): -3112176 or 1082320. OLE color: 1082320.

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

Color convert

RGB 208 131 16 -
CMYK 0 0.37 0.92 0.18
HSL 35.94º 0.86% 0.44% -
HSV(B) 35.94º 0.92% 0.82% -
XYZ 34.22 29.68 4.42 -
YUV 140.91 57.51 175.85 -
System Red Green Blue C M Y K H S L
Decimal 208 131 16 0 0.37 0.92 0.18 35.94 0.86 0.44
Hex D0 83 10 0 25 5C 12 24 56 2C
Octal 320 203 20 0 45 134 22 44 126 54
Binary 11010000 10000011 10000 0 100101 1011100 10010 100100 1010110 101100

Color Harmonies of #D08310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08310

Black with #D08310

Text Example


Text Example

White with #D08310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08310; }

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

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

background-color css

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

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

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

border-color css

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

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

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