Html Css Color HEX #D1801C Ochre

📋 copy color: '#D1801C'

red 209 ◦ green 128 ◦ blue 28

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

Shades of Ochre #D1801C

Tints of Ochre #D1801C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.67%

R = 57.26%
G = 35.07%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1801C (or 0xD1801C) is known color: Ochre. HEX triplet: D1, 80 and 1C. RGB value is (209,128,28). Sum of RGB (Red+Green+Blue) = 209+128+28=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1801C is #2E7FE3. Grayscale: #8D8D8D. Windows color (decimal): -3047396 or 1867985. OLE color: 1867985.

HSL color Cylindrical-coordinate representation of color #D1801C: hue angle of 33.15º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1801C is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 128 28 -
CMYK 0 0.39 0.87 0.18
HSL 33.15º 0.76% 0.46% -
HSV(B) 33.15º 0.87% 0.82% -
XYZ 34.22 29.08 4.91 -
YUV 140.82 64.34 176.63 -
System Red Green Blue C M Y K H S L
Decimal 209 128 28 0 0.39 0.87 0.18 33.15 0.76 0.46
Hex D1 80 1C 0 27 57 12 21 4C 2E
Octal 321 200 34 0 47 127 22 41 114 56
Binary 11010001 10000000 11100 0 100111 1010111 10010 100001 1001100 101110

Color Harmonies of #D1801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1801C

Black with #D1801C

Text Example


Text Example

White with #D1801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1801C; }

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

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

background-color css

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

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

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

border-color css

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

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

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