Html Css Color HEX #D08510 Ochre

📋 copy color: '#D08510'

red 208 ◦ green 133 ◦ blue 16

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

Shades of Ochre #D08510

Tints of Ochre #D08510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

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

R = 58.26%
G = 37.25%
B = 4.48%

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

#D08510 (or 0xD08510) is known color: Ochre. HEX triplet: D0, 85 and 10. RGB value is (208,133,16). Sum of RGB (Red+Green+Blue) = 208+133+16=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D08510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08510 is #2F7AEF. Grayscale: #8E8E8E. Windows color (decimal): -3111664 or 1082832. OLE color: 1082832.

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

Color convert

RGB 208 133 16 -
CMYK 0 0.36 0.92 0.18
HSL 36.56º 0.86% 0.44% -
HSV(B) 36.56º 0.92% 0.82% -
XYZ 34.49 30.22 4.51 -
YUV 142.09 56.85 175.01 -
System Red Green Blue C M Y K H S L
Decimal 208 133 16 0 0.36 0.92 0.18 36.56 0.86 0.44
Hex D0 85 10 0 24 5C 12 25 56 2C
Octal 320 205 20 0 44 134 22 45 126 54
Binary 11010000 10000101 10000 0 100100 1011100 10010 100101 1010110 101100

Color Harmonies of #D08510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08510

Black with #D08510

Text Example


Text Example

White with #D08510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08510; }

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

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

background-color css

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

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

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

border-color css

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

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

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