Html Css Color HEX #D1810D Ochre

📋 copy color: '#D1810D'

red 209 ◦ green 129 ◦ blue 13

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

Shades of Ochre #D1810D

Tints of Ochre #D1810D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.75%

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 59.54%
G = 36.75%
B = 3.7%

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

#D1810D (or 0xD1810D) is known color: Ochre. HEX triplet: D1, 81 and 0D. RGB value is (209,129,13). Sum of RGB (Red+Green+Blue) = 209+129+13=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1810D is #2E7EF2. Grayscale: #8C8C8C. Windows color (decimal): -3047155 or 885201. OLE color: 885201.

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

Color convert

RGB 209 129 13 -
CMYK 0 0.38 0.94 0.18
HSL 35.51º 0.88% 0.44% -
HSV(B) 35.51º 0.94% 0.82% -
XYZ 34.22 29.28 4.23 -
YUV 139.7 56.5 177.43 -
System Red Green Blue C M Y K H S L
Decimal 209 129 13 0 0.38 0.94 0.18 35.51 0.88 0.44
Hex D1 81 D 0 26 5E 12 24 58 2C
Octal 321 201 15 0 46 136 22 44 130 54
Binary 11010001 10000001 1101 0 100110 1011110 10010 100100 1011000 101100

Color Harmonies of #D1810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1810D

Black with #D1810D

Text Example


Text Example

White with #D1810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1810D; }

 p { color: rgb(209,129,13); }

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

background-color css

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

 a { background-color: rgb(209,129,13); }

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

border-color css

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

 span { border-color: rgb(209,129,13); }

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