Html Css Color HEX #D17912 Ochre

📋 copy color: '#D17912'

red 209 ◦ green 121 ◦ blue 18

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

Shades of Ochre #D17912

Tints of Ochre #D17912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.17%

R = 60.06%
G = 34.77%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D17912 (or 0xD17912) is known color: Ochre. HEX triplet: D1, 79 and 12. RGB value is (209,121,18). Sum of RGB (Red+Green+Blue) = 209+121+18=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D17912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17912 is #2E86ED. Grayscale: #888888. Windows color (decimal): -3049198 or 1210833. OLE color: 1210833.

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

Color convert

RGB 209 121 18 -
CMYK 0 0.42 0.91 0.18
HSL 32.36º 0.84% 0.45% -
HSV(B) 32.36º 0.91% 0.82% -
XYZ 33.24 27.27 4.08 -
YUV 135.57 61.65 180.38 -
System Red Green Blue C M Y K H S L
Decimal 209 121 18 0 0.42 0.91 0.18 32.36 0.84 0.45
Hex D1 79 12 0 2A 5B 12 20 54 2D
Octal 321 171 22 0 52 133 22 40 124 55
Binary 11010001 1111001 10010 0 101010 1011011 10010 100000 1010100 101101

Color Harmonies of #D17912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17912

Black with #D17912

Text Example


Text Example

White with #D17912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17912; }

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

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

background-color css

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

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

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

border-color css

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

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

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