Html Css Color HEX #D0831D Ochre

📋 copy color: '#D0831D'

red 208 ◦ green 131 ◦ blue 29

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

Shades of Ochre #D0831D

Tints of Ochre #D0831D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.6%

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

R = 56.52%
G = 35.6%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0831D (or 0xD0831D) is known color: Ochre. HEX triplet: D0, 83 and 1D. RGB value is (208,131,29). Sum of RGB (Red+Green+Blue) = 208+131+29=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0831D is #2F7CE2. Grayscale: #8E8E8E. Windows color (decimal): -3112163 or 1934288. OLE color: 1934288.

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

Color convert

RGB 208 131 29 -
CMYK 0 0.37 0.86 0.18
HSL 34.19º 0.76% 0.46% -
HSV(B) 34.19º 0.86% 0.82% -
XYZ 34.35 29.73 5.09 -
YUV 142.4 64.01 174.79 -
System Red Green Blue C M Y K H S L
Decimal 208 131 29 0 0.37 0.86 0.18 34.19 0.76 0.46
Hex D0 83 1D 0 25 56 12 22 4C 2E
Octal 320 203 35 0 45 126 22 42 114 56
Binary 11010000 10000011 11101 0 100101 1010110 10010 100010 1001100 101110

Color Harmonies of #D0831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0831D

Black with #D0831D

Text Example


Text Example

White with #D0831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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