Html Css Color HEX #D5841A Ochre

📋 copy color: '#D5841A'

red 213 ◦ green 132 ◦ blue 26

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

Shades of Ochre #D5841A

Tints of Ochre #D5841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

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

R = 57.41%
G = 35.58%
B = 7.01%

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

#D5841A (or 0xD5841A) is known color: Ochre. HEX triplet: D5, 84 and 1A. RGB value is (213,132,26). Sum of RGB (Red+Green+Blue) = 213+132+26=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5841A is #2A7BE5. Grayscale: #909090. Windows color (decimal): -2784230 or 1737941. OLE color: 1737941.

HSL color Cylindrical-coordinate representation of color #D5841A: hue angle of 34.01º 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 #D5841A is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 132 26 -
CMYK 0 0.38 0.88 0.16
HSL 34.01º 0.78% 0.47% -
HSV(B) 34.01º 0.88% 0.84% -
XYZ 35.88 30.72 5.02 -
YUV 144.14 61.34 177.12 -
System Red Green Blue C M Y K H S L
Decimal 213 132 26 0 0.38 0.88 0.16 34.01 0.78 0.47
Hex D5 84 1A 0 26 58 10 22 4E 2F
Octal 325 204 32 0 46 130 20 42 116 57
Binary 11010101 10000100 11010 0 100110 1011000 10000 100010 1001110 101111

Color Harmonies of #D5841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5841A

Black with #D5841A

Text Example


Text Example

White with #D5841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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