Html Css Color HEX #D1750C Ochre

📋 copy color: '#D1750C'

red 209 ◦ green 117 ◦ blue 12

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

Shades of Ochre #D1750C

Tints of Ochre #D1750C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.55%

R = 61.83%
G = 34.62%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1750C (or 0xD1750C) is known color: Ochre. HEX triplet: D1, 75 and 0C. RGB value is (209,117,12). Sum of RGB (Red+Green+Blue) = 209+117+12=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1750C is #2E8AF3. Grayscale: #858585. Windows color (decimal): -3050228 or 816593. OLE color: 816593.

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

Color convert

RGB 209 117 12 -
CMYK 0 0.44 0.94 0.18
HSL 31.98º 0.89% 0.43% -
HSV(B) 31.98º 0.94% 0.82% -
XYZ 32.72 26.3 3.7 -
YUV 132.54 59.98 182.54 -
System Red Green Blue C M Y K H S L
Decimal 209 117 12 0 0.44 0.94 0.18 31.98 0.89 0.43
Hex D1 75 C 0 2C 5E 12 20 59 2B
Octal 321 165 14 0 54 136 22 40 131 53
Binary 11010001 1110101 1100 0 101100 1011110 10010 100000 1011001 101011

Color Harmonies of #D1750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1750C

Black with #D1750C

Text Example


Text Example

White with #D1750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1750C; }

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

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

background-color css

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

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

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

border-color css

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

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

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