Html Css Color HEX #D5831A Ochre

📋 copy color: '#D5831A'

red 213 ◦ green 131 ◦ blue 26

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

Shades of Ochre #D5831A

Tints of Ochre #D5831A

RGB

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

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

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

R = 57.57%
G = 35.41%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5831A (or 0xD5831A) is known color: Ochre. HEX triplet: D5, 83 and 1A. RGB value is (213,131,26). Sum of RGB (Red+Green+Blue) = 213+131+26=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5831A is #2A7CE5. Grayscale: #909090. Windows color (decimal): -2784486 or 1737685. OLE color: 1737685.

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

Color convert

RGB 213 131 26 -
CMYK 0 0.38 0.88 0.16
HSL 33.69º 0.78% 0.47% -
HSV(B) 33.69º 0.88% 0.84% -
XYZ 35.74 30.45 4.97 -
YUV 143.55 61.67 177.54 -
System Red Green Blue C M Y K H S L
Decimal 213 131 26 0 0.38 0.88 0.16 33.69 0.78 0.47
Hex D5 83 1A 0 26 58 10 22 4E 2F
Octal 325 203 32 0 46 130 20 42 116 57
Binary 11010101 10000011 11010 0 100110 1011000 10000 100010 1001110 101111

Color Harmonies of #D5831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5831A

Black with #D5831A

Text Example


Text Example

White with #D5831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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