Html Css Color HEX #D17A12 Ochre

📋 copy color: '#D17A12'

red 209 ◦ green 122 ◦ blue 18

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

Shades of Ochre #D17A12

Tints of Ochre #D17A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.96%

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

R = 59.89%
G = 34.96%
B = 5.16%

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

#D17A12 (or 0xD17A12) is known color: Ochre. HEX triplet: D1, 7A and 12. RGB value is (209,122,18). Sum of RGB (Red+Green+Blue) = 209+122+18=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17A12 is #2E85ED. Grayscale: #888888. Windows color (decimal): -3048942 or 1211089. OLE color: 1211089.

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

Color convert

RGB 209 122 18 -
CMYK 0 0.42 0.91 0.18
HSL 32.67º 0.84% 0.45% -
HSV(B) 32.67º 0.91% 0.82% -
XYZ 33.36 27.52 4.13 -
YUV 136.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 209 122 18 0 0.42 0.91 0.18 32.67 0.84 0.45
Hex D1 7A 12 0 2A 5B 12 21 54 2D
Octal 321 172 22 0 52 133 22 41 124 55
Binary 11010001 1111010 10010 0 101010 1011011 10010 100001 1010100 101101

Color Harmonies of #D17A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17A12

Black with #D17A12

Text Example


Text Example

White with #D17A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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