Html Css Color HEX #D07816 Ochre

📋 copy color: '#D07816'

red 208 ◦ green 120 ◦ blue 22

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

Shades of Ochre #D07816

Tints of Ochre #D07816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.29%

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

R = 59.43%
G = 34.29%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D07816 (or 0xD07816) is known color: Ochre. HEX triplet: D0, 78 and 16. RGB value is (208,120,22). Sum of RGB (Red+Green+Blue) = 208+120+22=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D07816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07816 is #2F87E9. Grayscale: #878787. Windows color (decimal): -3114986 or 1472720. OLE color: 1472720.

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

Color convert

RGB 208 120 22 -
CMYK 0 0.42 0.89 0.18
HSL 31.61º 0.81% 0.45% -
HSV(B) 31.61º 0.89% 0.82% -
XYZ 32.87 26.9 4.22 -
YUV 135.14 64.15 179.97 -
System Red Green Blue C M Y K H S L
Decimal 208 120 22 0 0.42 0.89 0.18 31.61 0.81 0.45
Hex D0 78 16 0 2A 59 12 20 51 2D
Octal 320 170 26 0 52 131 22 40 121 55
Binary 11010000 1111000 10110 0 101010 1011001 10010 100000 1010001 101101

Color Harmonies of #D07816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07816

Black with #D07816

Text Example


Text Example

White with #D07816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07816; }

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

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

background-color css

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

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

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

border-color css

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

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

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