Html Css Color HEX #D6800E Ochre

📋 copy color: '#D6800E'

red 214 ◦ green 128 ◦ blue 14

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

Shades of Ochre #D6800E

Tints of Ochre #D6800E

RGB

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

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

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

R = 60.11%
G = 35.96%
B = 3.93%

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

#D6800E (or 0xD6800E) is known color: Ochre. HEX triplet: D6, 80 and 0E. RGB value is (214,128,14). Sum of RGB (Red+Green+Blue) = 214+128+14=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6800E is #297FF1. Grayscale: #8D8D8D. Windows color (decimal): -2719730 or 950486. OLE color: 950486.

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

Color convert

RGB 214 128 14 -
CMYK 0 0.40 0.93 0.16
HSL 34.2º 0.88% 0.45% -
HSV(B) 34.2º 0.93% 0.84% -
XYZ 35.53 29.77 4.29 -
YUV 140.72 56.49 180.27 -
System Red Green Blue C M Y K H S L
Decimal 214 128 14 0 0.40 0.93 0.16 34.2 0.88 0.45
Hex D6 80 E 0 28 5D 10 22 58 2D
Octal 326 200 16 0 50 135 20 42 130 55
Binary 11010110 10000000 1110 0 101000 1011101 10000 100010 1011000 101101

Color Harmonies of #D6800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6800E

Black with #D6800E

Text Example


Text Example

White with #D6800E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6800E; }

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

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

background-color css

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

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

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

border-color css

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

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

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