Html Css Color HEX #D5831D Ochre

📋 copy color: '#D5831D'

red 213 ◦ green 131 ◦ blue 29

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

Shades of Ochre #D5831D

Tints of Ochre #D5831D

RGB

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

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

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

R = 57.1%
G = 35.12%
B = 7.77%

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

#D5831D (or 0xD5831D) is known color: Ochre. HEX triplet: D5, 83 and 1D. RGB value is (213,131,29). Sum of RGB (Red+Green+Blue) = 213+131+29=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5831D is #2A7CE2. Grayscale: #909090. Windows color (decimal): -2784483 or 1934293. OLE color: 1934293.

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

Color convert

RGB 213 131 29 -
CMYK 0 0.38 0.86 0.16
HSL 33.26º 0.76% 0.47% -
HSV(B) 33.26º 0.86% 0.84% -
XYZ 35.78 30.47 5.16 -
YUV 143.89 63.17 177.29 -
System Red Green Blue C M Y K H S L
Decimal 213 131 29 0 0.38 0.86 0.16 33.26 0.76 0.47
Hex D5 83 1D 0 26 56 10 21 4C 2F
Octal 325 203 35 0 46 126 20 41 114 57
Binary 11010101 10000011 11101 0 100110 1010110 10000 100001 1001100 101111

Color Harmonies of #D5831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5831D

Black with #D5831D

Text Example


Text Example

White with #D5831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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