Html Css Color HEX #D07312 Ochre

📋 copy color: '#D07312'

red 208 ◦ green 115 ◦ blue 18

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

Shades of Ochre #D07312

Tints of Ochre #D07312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

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

R = 61%
G = 33.72%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D07312 (or 0xD07312) is known color: Ochre. HEX triplet: D0, 73 and 12. RGB value is (208,115,18). Sum of RGB (Red+Green+Blue) = 208+115+18=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D07312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07312 is #2F8CED. Grayscale: #848484. Windows color (decimal): -3116270 or 1209296. OLE color: 1209296.

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

Color convert

RGB 208 115 18 -
CMYK 0 0.45 0.91 0.18
HSL 30.63º 0.84% 0.44% -
HSV(B) 30.63º 0.91% 0.82% -
XYZ 32.25 25.72 3.84 -
YUV 131.75 63.81 182.39 -
System Red Green Blue C M Y K H S L
Decimal 208 115 18 0 0.45 0.91 0.18 30.63 0.84 0.44
Hex D0 73 12 0 2D 5B 12 1F 54 2C
Octal 320 163 22 0 55 133 22 37 124 54
Binary 11010000 1110011 10010 0 101101 1011011 10010 11111 1010100 101100

Color Harmonies of #D07312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07312

Black with #D07312

Text Example


Text Example

White with #D07312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07312; }

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

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

background-color css

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

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

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

border-color css

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

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

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