Html Css Color HEX #D0811C Ochre

📋 copy color: '#D0811C'

red 208 ◦ green 129 ◦ blue 28

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

Shades of Ochre #D0811C

Tints of Ochre #D0811C

RGB

 RED value IS 208 (81.64% from 255) = 56.99%

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

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

R = 56.99%
G = 35.34%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0811C (or 0xD0811C) is known color: Ochre. HEX triplet: D0, 81 and 1C. RGB value is (208,129,28). Sum of RGB (Red+Green+Blue) = 208+129+28=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0811C is #2F7EE3. Grayscale: #8D8D8D. Windows color (decimal): -3112676 or 1868240. OLE color: 1868240.

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

Color convert

RGB 208 129 28 -
CMYK 0 0.38 0.87 0.18
HSL 33.67º 0.76% 0.46% -
HSV(B) 33.67º 0.87% 0.82% -
XYZ 34.07 29.19 4.94 -
YUV 141.11 64.17 175.71 -
System Red Green Blue C M Y K H S L
Decimal 208 129 28 0 0.38 0.87 0.18 33.67 0.76 0.46
Hex D0 81 1C 0 26 57 12 22 4C 2E
Octal 320 201 34 0 46 127 22 42 114 56
Binary 11010000 10000001 11100 0 100110 1010111 10010 100010 1001100 101110

Color Harmonies of #D0811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0811C

Black with #D0811C

Text Example


Text Example

White with #D0811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0811C; }

 p { color: rgb(208,129,28); }

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

background-color css

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

 a { background-color: rgb(208,129,28); }

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

border-color css

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

 span { border-color: rgb(208,129,28); }

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