Html Css Color HEX #D1800D Ochre

📋 copy color: '#D1800D'

red 209 ◦ green 128 ◦ blue 13

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

Shades of Ochre #D1800D

Tints of Ochre #D1800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.57%

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

R = 59.71%
G = 36.57%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1800D (or 0xD1800D) is known color: Ochre. HEX triplet: D1, 80 and 0D. RGB value is (209,128,13). Sum of RGB (Red+Green+Blue) = 209+128+13=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1800D is #2E7FF2. Grayscale: #8B8B8B. Windows color (decimal): -3047411 or 884945. OLE color: 884945.

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

Color convert

RGB 209 128 13 -
CMYK 0 0.39 0.94 0.18
HSL 35.2º 0.88% 0.44% -
HSV(B) 35.2º 0.94% 0.82% -
XYZ 34.09 29.02 4.19 -
YUV 139.11 56.84 177.85 -
System Red Green Blue C M Y K H S L
Decimal 209 128 13 0 0.39 0.94 0.18 35.2 0.88 0.44
Hex D1 80 D 0 27 5E 12 23 58 2C
Octal 321 200 15 0 47 136 22 43 130 54
Binary 11010001 10000000 1101 0 100111 1011110 10010 100011 1011000 101100

Color Harmonies of #D1800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1800D

Black with #D1800D

Text Example


Text Example

White with #D1800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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