Html Css Color HEX #D0831C Ochre

📋 copy color: '#D0831C'

red 208 ◦ green 131 ◦ blue 28

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

Shades of Ochre #D0831C

Tints of Ochre #D0831C

RGB

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

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

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

R = 56.68%
G = 35.69%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0831C (or 0xD0831C) is known color: Ochre. HEX triplet: D0, 83 and 1C. RGB value is (208,131,28). Sum of RGB (Red+Green+Blue) = 208+131+28=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0831C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0831C is #2F7CE3. Grayscale: #8E8E8E. Windows color (decimal): -3112164 or 1868752. OLE color: 1868752.

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

Color convert

RGB 208 131 28 -
CMYK 0 0.37 0.87 0.18
HSL 34.33º 0.76% 0.46% -
HSV(B) 34.33º 0.87% 0.82% -
XYZ 34.34 29.73 5.03 -
YUV 142.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 208 131 28 0 0.37 0.87 0.18 34.33 0.76 0.46
Hex D0 83 1C 0 25 57 12 22 4C 2E
Octal 320 203 34 0 45 127 22 42 114 56
Binary 11010000 10000011 11100 0 100101 1010111 10010 100010 1001100 101110

Color Harmonies of #D0831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0831C

Black with #D0831C

Text Example


Text Example

White with #D0831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0831C; }

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

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

background-color css

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

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

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

border-color css

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

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

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