Html Css Color HEX #D68013 Ochre

📋 copy color: '#D68013'

red 214 ◦ green 128 ◦ blue 19

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

Shades of Ochre #D68013

Tints of Ochre #D68013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.26%

R = 59.28%
G = 35.46%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D68013 (or 0xD68013) is known color: Ochre. HEX triplet: D6, 80 and 13. RGB value is (214,128,19). Sum of RGB (Red+Green+Blue) = 214+128+19=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D68013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68013 is #297FEC. Grayscale: #8D8D8D. Windows color (decimal): -2719725 or 1278166. OLE color: 1278166.

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

Color convert

RGB 214 128 19 -
CMYK 0 0.40 0.91 0.16
HSL 33.54º 0.84% 0.46% -
HSV(B) 33.54º 0.91% 0.84% -
XYZ 35.57 29.78 4.49 -
YUV 141.29 58.99 179.86 -
System Red Green Blue C M Y K H S L
Decimal 214 128 19 0 0.40 0.91 0.16 33.54 0.84 0.46
Hex D6 80 13 0 28 5B 10 22 54 2E
Octal 326 200 23 0 50 133 20 42 124 56
Binary 11010110 10000000 10011 0 101000 1011011 10000 100010 1010100 101110

Color Harmonies of #D68013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68013

Black with #D68013

Text Example


Text Example

White with #D68013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68013; }

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

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

background-color css

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

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

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

border-color css

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

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

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