Html Css Color HEX #D0831A Ochre

📋 copy color: '#D0831A'

red 208 ◦ green 131 ◦ blue 26

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

Shades of Ochre #D0831A

Tints of Ochre #D0831A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.12%

R = 56.99%
G = 35.89%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0831A (or 0xD0831A) is known color: Ochre. HEX triplet: D0, 83 and 1A. RGB value is (208,131,26). Sum of RGB (Red+Green+Blue) = 208+131+26=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0831A is #2F7CE5. Grayscale: #8E8E8E. Windows color (decimal): -3112166 or 1737680. OLE color: 1737680.

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

Color convert

RGB 208 131 26 -
CMYK 0 0.37 0.88 0.18
HSL 34.62º 0.78% 0.46% -
HSV(B) 34.62º 0.88% 0.82% -
XYZ 34.32 29.72 4.9 -
YUV 142.05 62.51 175.04 -
System Red Green Blue C M Y K H S L
Decimal 208 131 26 0 0.37 0.88 0.18 34.62 0.78 0.46
Hex D0 83 1A 0 25 58 12 23 4E 2E
Octal 320 203 32 0 45 130 22 43 116 56
Binary 11010000 10000011 11010 0 100101 1011000 10010 100011 1001110 101110

Color Harmonies of #D0831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0831A

Black with #D0831A

Text Example


Text Example

White with #D0831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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