Html Css Color HEX #D68011 Ochre

📋 copy color: '#D68011'

red 214 ◦ green 128 ◦ blue 17

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

Shades of Ochre #D68011

Tints of Ochre #D68011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.74%

R = 59.61%
G = 35.65%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D68011 (or 0xD68011) is known color: Ochre. HEX triplet: D6, 80 and 11. RGB value is (214,128,17). Sum of RGB (Red+Green+Blue) = 214+128+17=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D68011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68011 is #297FEE. Grayscale: #8D8D8D. Windows color (decimal): -2719727 or 1147094. OLE color: 1147094.

HSL color Cylindrical-coordinate representation of color #D68011: hue angle of 33.81º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D68011 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 17 -
CMYK 0 0.40 0.92 0.16
HSL 33.81º 0.85% 0.45% -
HSV(B) 33.81º 0.92% 0.84% -
XYZ 35.55 29.77 4.4 -
YUV 141.06 57.99 180.03 -
System Red Green Blue C M Y K H S L
Decimal 214 128 17 0 0.40 0.92 0.16 33.81 0.85 0.45
Hex D6 80 11 0 28 5C 10 22 55 2D
Octal 326 200 21 0 50 134 20 42 125 55
Binary 11010110 10000000 10001 0 101000 1011100 10000 100010 1010101 101101

Color Harmonies of #D68011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68011

Black with #D68011

Text Example


Text Example

White with #D68011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68011; }

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

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

background-color css

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

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

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

border-color css

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

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

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