Html Css Color HEX #D68010 Ochre

📋 copy color: '#D68010'

red 214 ◦ green 128 ◦ blue 16

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

Shades of Ochre #D68010

Tints of Ochre #D68010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.47%

R = 59.78%
G = 35.75%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D68010 (or 0xD68010) is known color: Ochre. HEX triplet: D6, 80 and 10. RGB value is (214,128,16). Sum of RGB (Red+Green+Blue) = 214+128+16=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D68010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68010 is #297FEF. Grayscale: #8D8D8D. Windows color (decimal): -2719728 or 1081558. OLE color: 1081558.

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

Color convert

RGB 214 128 16 -
CMYK 0 0.40 0.93 0.16
HSL 33.94º 0.86% 0.45% -
HSV(B) 33.94º 0.93% 0.84% -
XYZ 35.54 29.77 4.36 -
YUV 140.95 57.49 180.11 -
System Red Green Blue C M Y K H S L
Decimal 214 128 16 0 0.40 0.93 0.16 33.94 0.86 0.45
Hex D6 80 10 0 28 5D 10 22 56 2D
Octal 326 200 20 0 50 135 20 42 126 55
Binary 11010110 10000000 10000 0 101000 1011101 10000 100010 1010110 101101

Color Harmonies of #D68010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68010

Black with #D68010

Text Example


Text Example

White with #D68010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68010; }

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

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

background-color css

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

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

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

border-color css

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

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

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