Html Css Color HEX #D08412 Ochre

📋 copy color: '#D08412'

red 208 ◦ green 132 ◦ blue 18

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

Shades of Ochre #D08412

Tints of Ochre #D08412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.87%

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 58.1%
G = 36.87%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D08412 (or 0xD08412) is known color: Ochre. HEX triplet: D0, 84 and 12. RGB value is (208,132,18). Sum of RGB (Red+Green+Blue) = 208+132+18=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D08412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08412 is #2F7BED. Grayscale: #8E8E8E. Windows color (decimal): -3111918 or 1213648. OLE color: 1213648.

HSL color Cylindrical-coordinate representation of color #D08412: hue angle of 36º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D08412 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 18 -
CMYK 0 0.37 0.91 0.18
HSL 36º 0.84% 0.44% -
HSV(B) 36º 0.91% 0.82% -
XYZ 34.37 29.96 4.54 -
YUV 141.73 58.18 175.27 -
System Red Green Blue C M Y K H S L
Decimal 208 132 18 0 0.37 0.91 0.18 36 0.84 0.44
Hex D0 84 12 0 25 5B 12 24 54 2C
Octal 320 204 22 0 45 133 22 44 124 54
Binary 11010000 10000100 10010 0 100101 1011011 10010 100100 1010100 101100

Color Harmonies of #D08412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08412

Black with #D08412

Text Example


Text Example

White with #D08412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08412; }

 p { color: rgb(208,132,18); }

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

background-color css

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

 a { background-color: rgb(208,132,18); }

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

border-color css

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

 span { border-color: rgb(208,132,18); }

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