Html Css Color HEX #D0711D Ochre

📋 copy color: '#D0711D'

red 208 ◦ green 113 ◦ blue 29

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

Shades of Ochre #D0711D

Tints of Ochre #D0711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

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

R = 59.43%
G = 32.29%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0711D (or 0xD0711D) is known color: Ochre. HEX triplet: D0, 71 and 1D. RGB value is (208,113,29). Sum of RGB (Red+Green+Blue) = 208+113+29=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0711D is #2F8EE2. Grayscale: #848484. Windows color (decimal): -3116771 or 1929680. OLE color: 1929680.

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

Color convert

RGB 208 113 29 -
CMYK 0 0.46 0.86 0.18
HSL 28.16º 0.76% 0.46% -
HSV(B) 28.16º 0.86% 0.82% -
XYZ 32.14 25.31 4.35 -
YUV 131.83 69.97 182.33 -
System Red Green Blue C M Y K H S L
Decimal 208 113 29 0 0.46 0.86 0.18 28.16 0.76 0.46
Hex D0 71 1D 0 2E 56 12 1C 4C 2E
Octal 320 161 35 0 56 126 22 34 114 56
Binary 11010000 1110001 11101 0 101110 1010110 10010 11100 1001100 101110

Color Harmonies of #D0711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0711D

Black with #D0711D

Text Example


Text Example

White with #D0711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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