Html Css Color HEX #D68016 Ochre

📋 copy color: '#D68016'

red 214 ◦ green 128 ◦ blue 22

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

Shades of Ochre #D68016

Tints of Ochre #D68016

RGB

 RED value IS 214 (83.98% from 255) = 58.79%

 GREEN value IS 128 (50.39% from 255) = 35.16%

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

R = 58.79%
G = 35.16%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D68016 (or 0xD68016) is known color: Ochre. HEX triplet: D6, 80 and 16. RGB value is (214,128,22). Sum of RGB (Red+Green+Blue) = 214+128+22=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D68016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68016 is #297FE9. Grayscale: #8E8E8E. Windows color (decimal): -2719722 or 1474774. OLE color: 1474774.

HSL color Cylindrical-coordinate representation of color #D68016: hue angle of 33.12º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D68016 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 22 -
CMYK 0 0.40 0.90 0.16
HSL 33.13º 0.81% 0.46% -
HSV(B) 33.13º 0.9% 0.84% -
XYZ 35.6 29.79 4.63 -
YUV 141.63 60.49 179.62 -
System Red Green Blue C M Y K H S L
Decimal 214 128 22 0 0.40 0.90 0.16 33.13 0.81 0.46
Hex D6 80 16 0 28 5A 10 21 51 2E
Octal 326 200 26 0 50 132 20 41 121 56
Binary 11010110 10000000 10110 0 101000 1011010 10000 100001 1010001 101110

Color Harmonies of #D68016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68016

Black with #D68016

Text Example


Text Example

White with #D68016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68016; }

 p { color: rgb(214,128,22); }

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

background-color css

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

 a { background-color: rgb(214,128,22); }

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

border-color css

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

 span { border-color: rgb(214,128,22); }

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