Html Css Color HEX #D1820C Ochre

📋 copy color: '#D1820C'

red 209 ◦ green 130 ◦ blue 12

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

Shades of Ochre #D1820C

Tints of Ochre #D1820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.04%

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

R = 59.54%
G = 37.04%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1820C (or 0xD1820C) is known color: Ochre. HEX triplet: D1, 82 and 0C. RGB value is (209,130,12). Sum of RGB (Red+Green+Blue) = 209+130+12=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1820C is #2E7DF3. Grayscale: #8C8C8C. Windows color (decimal): -3046900 or 819921. OLE color: 819921.

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

Color convert

RGB 209 130 12 -
CMYK 0 0.38 0.94 0.18
HSL 35.94º 0.89% 0.43% -
HSV(B) 35.94º 0.94% 0.82% -
XYZ 34.34 29.55 4.24 -
YUV 140.17 55.67 177.09 -
System Red Green Blue C M Y K H S L
Decimal 209 130 12 0 0.38 0.94 0.18 35.94 0.89 0.43
Hex D1 82 C 0 26 5E 12 24 59 2B
Octal 321 202 14 0 46 136 22 44 131 53
Binary 11010001 10000010 1100 0 100110 1011110 10010 100100 1011001 101011

Color Harmonies of #D1820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1820C

Black with #D1820C

Text Example


Text Example

White with #D1820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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