Html Css Color HEX #D68012 Ochre

📋 copy color: '#D68012'

red 214 ◦ green 128 ◦ blue 18

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

Shades of Ochre #D68012

Tints of Ochre #D68012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5%

R = 59.44%
G = 35.56%
B = 5%

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

#D68012 (or 0xD68012) is known color: Ochre. HEX triplet: D6, 80 and 12. RGB value is (214,128,18). Sum of RGB (Red+Green+Blue) = 214+128+18=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D68012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68012 is #297FED. Grayscale: #8D8D8D. Windows color (decimal): -2719726 or 1212630. OLE color: 1212630.

HSL color Cylindrical-coordinate representation of color #D68012: hue angle of 33.67º degrees, saturation: 0.84, 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 #D68012 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 18 -
CMYK 0 0.40 0.92 0.16
HSL 33.67º 0.84% 0.45% -
HSV(B) 33.67º 0.92% 0.84% -
XYZ 35.56 29.78 4.45 -
YUV 141.17 58.49 179.94 -
System Red Green Blue C M Y K H S L
Decimal 214 128 18 0 0.40 0.92 0.16 33.67 0.84 0.45
Hex D6 80 12 0 28 5C 10 22 54 2D
Octal 326 200 22 0 50 134 20 42 124 55
Binary 11010110 10000000 10010 0 101000 1011100 10000 100010 1010100 101101

Color Harmonies of #D68012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68012

Black with #D68012

Text Example


Text Example

White with #D68012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68012; }

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

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

background-color css

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

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

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

border-color css

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

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

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