Html Css Color HEX #D5831E Ochre

📋 copy color: '#D5831E'

red 213 ◦ green 131 ◦ blue 30

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

Shades of Ochre #D5831E

Tints of Ochre #D5831E

RGB

 RED value IS 213 (83.59% from 255) = 56.95%

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

 BLUE value IS 30 (12.11% from 255) = 8.02%

R = 56.95%
G = 35.03%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5831E (or 0xD5831E) is known color: Ochre. HEX triplet: D5, 83 and 1E. RGB value is (213,131,30). Sum of RGB (Red+Green+Blue) = 213+131+30=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5831E is #2A7CE1. Grayscale: #909090. Windows color (decimal): -2784482 or 1999829. OLE color: 1999829.

HSL color Cylindrical-coordinate representation of color #D5831E: hue angle of 33.11º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5831E is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 30 -
CMYK 0 0.38 0.86 0.16
HSL 33.11º 0.75% 0.48% -
HSV(B) 33.11º 0.86% 0.84% -
XYZ 35.79 30.47 5.22 -
YUV 144 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 213 131 30 0 0.38 0.86 0.16 33.11 0.75 0.48
Hex D5 83 1E 0 26 56 10 21 4B 30
Octal 325 203 36 0 46 126 20 41 113 60
Binary 11010101 10000011 11110 0 100110 1010110 10000 100001 1001011 110000

Color Harmonies of #D5831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5831E

Black with #D5831E

Text Example


Text Example

White with #D5831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5831E; }

 p { color: rgb(213,131,30); }

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

background-color css

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

 a { background-color: rgb(213,131,30); }

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

border-color css

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

 span { border-color: rgb(213,131,30); }

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