Html Css Color HEX #D1790E Ochre

📋 copy color: '#D1790E'

red 209 ◦ green 121 ◦ blue 14

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

Shades of Ochre #D1790E

Tints of Ochre #D1790E

RGB

 RED value IS 209 (82.03% from 255) = 60.76%

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

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

R = 60.76%
G = 35.17%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1790E (or 0xD1790E) is known color: Ochre. HEX triplet: D1, 79 and 0E. RGB value is (209,121,14). Sum of RGB (Red+Green+Blue) = 209+121+14=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D1790E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1790E is #2E86F1. Grayscale: #878787. Windows color (decimal): -3049202 or 948689. OLE color: 948689.

HSL color Cylindrical-coordinate representation of color #D1790E: hue angle of 32.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1790E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 121 14 -
CMYK 0 0.42 0.93 0.18
HSL 32.92º 0.87% 0.44% -
HSV(B) 32.92º 0.93% 0.82% -
XYZ 33.21 27.26 3.93 -
YUV 135.11 59.65 180.7 -
System Red Green Blue C M Y K H S L
Decimal 209 121 14 0 0.42 0.93 0.18 32.92 0.87 0.44
Hex D1 79 E 0 2A 5D 12 21 57 2C
Octal 321 171 16 0 52 135 22 41 127 54
Binary 11010001 1111001 1110 0 101010 1011101 10010 100001 1010111 101100

Color Harmonies of #D1790E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1790E

Black with #D1790E

Text Example


Text Example

White with #D1790E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1790E; }

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

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

background-color css

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

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

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

border-color css

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

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

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