Html Css Color HEX #D07310 Ochre

📋 copy color: '#D07310'

red 208 ◦ green 115 ◦ blue 16

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

Shades of Ochre #D07310

Tints of Ochre #D07310

RGB

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

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

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

R = 61.36%
G = 33.92%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D07310 (or 0xD07310) is known color: Ochre. HEX triplet: D0, 73 and 10. RGB value is (208,115,16). Sum of RGB (Red+Green+Blue) = 208+115+16=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D07310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07310 is #2F8CEF. Grayscale: #848484. Windows color (decimal): -3116272 or 1078224. OLE color: 1078224.

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

Color convert

RGB 208 115 16 -
CMYK 0 0.45 0.92 0.18
HSL 30.94º 0.86% 0.44% -
HSV(B) 30.94º 0.92% 0.82% -
XYZ 32.24 25.71 3.75 -
YUV 131.52 62.81 182.55 -
System Red Green Blue C M Y K H S L
Decimal 208 115 16 0 0.45 0.92 0.18 30.94 0.86 0.44
Hex D0 73 10 0 2D 5C 12 1F 56 2C
Octal 320 163 20 0 55 134 22 37 126 54
Binary 11010000 1110011 10000 0 101101 1011100 10010 11111 1010110 101100

Color Harmonies of #D07310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07310

Black with #D07310

Text Example


Text Example

White with #D07310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07310; }

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

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

background-color css

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

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

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

border-color css

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

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

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