Html Css Color HEX #D6810E Ochre

📋 copy color: '#D6810E'

red 214 ◦ green 129 ◦ blue 14

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

Shades of Ochre #D6810E

Tints of Ochre #D6810E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.13%

 BLUE value IS 14 (5.86% from 255) = 3.92%

R = 59.94%
G = 36.13%
B = 3.92%

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

#D6810E (or 0xD6810E) is known color: Ochre. HEX triplet: D6, 81 and 0E. RGB value is (214,129,14). Sum of RGB (Red+Green+Blue) = 214+129+14=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6810E is #297EF1. Grayscale: #8D8D8D. Windows color (decimal): -2719474 or 950742. OLE color: 950742.

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

Color convert

RGB 214 129 14 -
CMYK 0 0.40 0.93 0.16
HSL 34.5º 0.88% 0.45% -
HSV(B) 34.5º 0.93% 0.84% -
XYZ 35.66 30.03 4.33 -
YUV 141.31 56.16 179.85 -
System Red Green Blue C M Y K H S L
Decimal 214 129 14 0 0.40 0.93 0.16 34.5 0.88 0.45
Hex D6 81 E 0 28 5D 10 22 58 2D
Octal 326 201 16 0 50 135 20 42 130 55
Binary 11010110 10000001 1110 0 101000 1011101 10000 100010 1011000 101101

Color Harmonies of #D6810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6810E

Black with #D6810E

Text Example


Text Example

White with #D6810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6810E; }

 p { color: rgb(214,129,14); }

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

background-color css

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

 a { background-color: rgb(214,129,14); }

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

border-color css

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

 span { border-color: rgb(214,129,14); }

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