Html Css Color HEX #D1750E Ochre

📋 copy color: '#D1750E'

red 209 ◦ green 117 ◦ blue 14

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

Shades of Ochre #D1750E

Tints of Ochre #D1750E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

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

R = 61.47%
G = 34.41%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1750E (or 0xD1750E) is known color: Ochre. HEX triplet: D1, 75 and 0E. RGB value is (209,117,14). Sum of RGB (Red+Green+Blue) = 209+117+14=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1750E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1750E is #2E8AF1. Grayscale: #858585. Windows color (decimal): -3050226 or 947665. OLE color: 947665.

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

Color convert

RGB 209 117 14 -
CMYK 0 0.44 0.93 0.18
HSL 31.69º 0.87% 0.44% -
HSV(B) 31.69º 0.93% 0.82% -
XYZ 32.74 26.31 3.77 -
YUV 132.77 60.98 182.38 -
System Red Green Blue C M Y K H S L
Decimal 209 117 14 0 0.44 0.93 0.18 31.69 0.87 0.44
Hex D1 75 E 0 2C 5D 12 20 57 2C
Octal 321 165 16 0 54 135 22 40 127 54
Binary 11010001 1110101 1110 0 101100 1011101 10010 100000 1010111 101100

Color Harmonies of #D1750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1750E

Black with #D1750E

Text Example


Text Example

White with #D1750E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1750E; }

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

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

background-color css

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

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

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

border-color css

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

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

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