Html Css Color HEX #D0811D Ochre

📋 copy color: '#D0811D'

red 208 ◦ green 129 ◦ blue 29

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

Shades of Ochre #D0811D

Tints of Ochre #D0811D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 56.83%
G = 35.25%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0811D (or 0xD0811D) is known color: Ochre. HEX triplet: D0, 81 and 1D. RGB value is (208,129,29). Sum of RGB (Red+Green+Blue) = 208+129+29=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0811D is #2F7EE2. Grayscale: #8D8D8D. Windows color (decimal): -3112675 or 1933776. OLE color: 1933776.

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

Color convert

RGB 208 129 29 -
CMYK 0 0.38 0.86 0.18
HSL 33.52º 0.76% 0.46% -
HSV(B) 33.52º 0.86% 0.82% -
XYZ 34.08 29.2 5 -
YUV 141.22 64.67 175.63 -
System Red Green Blue C M Y K H S L
Decimal 208 129 29 0 0.38 0.86 0.18 33.52 0.76 0.46
Hex D0 81 1D 0 26 56 12 22 4C 2E
Octal 320 201 35 0 46 126 22 42 114 56
Binary 11010000 10000001 11101 0 100110 1010110 10010 100010 1001100 101110

Color Harmonies of #D0811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0811D

Black with #D0811D

Text Example


Text Example

White with #D0811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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