Html Css Color HEX #D6790E Ochre

📋 copy color: '#D6790E'

red 214 ◦ green 121 ◦ blue 14

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

Shades of Ochre #D6790E

Tints of Ochre #D6790E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.67%

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

R = 61.32%
G = 34.67%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6790E (or 0xD6790E) is known color: Ochre. HEX triplet: D6, 79 and 0E. RGB value is (214,121,14). Sum of RGB (Red+Green+Blue) = 214+121+14=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D6790E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6790E is #2986F1. Grayscale: #898989. Windows color (decimal): -2721522 or 948694. OLE color: 948694.

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

Color convert

RGB 214 121 14 -
CMYK 0 0.43 0.93 0.16
HSL 32.1º 0.88% 0.45% -
HSV(B) 32.1º 0.93% 0.84% -
XYZ 34.65 28 3.99 -
YUV 136.61 58.81 183.2 -
System Red Green Blue C M Y K H S L
Decimal 214 121 14 0 0.43 0.93 0.16 32.1 0.88 0.45
Hex D6 79 E 0 2B 5D 10 20 58 2D
Octal 326 171 16 0 53 135 20 40 130 55
Binary 11010110 1111001 1110 0 101011 1011101 10000 100000 1011000 101101

Color Harmonies of #D6790E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6790E

Black with #D6790E

Text Example


Text Example

White with #D6790E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6790E; }

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

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

background-color css

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

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

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

border-color css

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

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

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