Html Css Color HEX #D07516 Ochre

📋 copy color: '#D07516'

red 208 ◦ green 117 ◦ blue 22

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

Shades of Ochre #D07516

Tints of Ochre #D07516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 59.94%
G = 33.72%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D07516 (or 0xD07516) is known color: Ochre. HEX triplet: D0, 75 and 16. RGB value is (208,117,22). Sum of RGB (Red+Green+Blue) = 208+117+22=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D07516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07516 is #2F8AE9. Grayscale: #858585. Windows color (decimal): -3115754 or 1471952. OLE color: 1471952.

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

Color convert

RGB 208 117 22 -
CMYK 0 0.44 0.89 0.18
HSL 30.65º 0.81% 0.45% -
HSV(B) 30.65º 0.89% 0.82% -
XYZ 32.52 26.19 4.1 -
YUV 133.38 65.15 181.22 -
System Red Green Blue C M Y K H S L
Decimal 208 117 22 0 0.44 0.89 0.18 30.65 0.81 0.45
Hex D0 75 16 0 2C 59 12 1F 51 2D
Octal 320 165 26 0 54 131 22 37 121 55
Binary 11010000 1110101 10110 0 101100 1011001 10010 11111 1010001 101101

Color Harmonies of #D07516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07516

Black with #D07516

Text Example


Text Example

White with #D07516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07516; }

 p { color: rgb(208,117,22); }

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

background-color css

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

 a { background-color: rgb(208,117,22); }

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

border-color css

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

 span { border-color: rgb(208,117,22); }

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