Html Css Color HEX #D5861A Ochre

📋 copy color: '#D5861A'

red 213 ◦ green 134 ◦ blue 26

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

Shades of Ochre #D5861A

Tints of Ochre #D5861A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

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

R = 57.1%
G = 35.92%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5861A (or 0xD5861A) is known color: Ochre. HEX triplet: D5, 86 and 1A. RGB value is (213,134,26). Sum of RGB (Red+Green+Blue) = 213+134+26=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5861A is #2A79E5. Grayscale: #919191. Windows color (decimal): -2783718 or 1738453. OLE color: 1738453.

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

Color convert

RGB 213 134 26 -
CMYK 0 0.37 0.88 0.16
HSL 34.65º 0.78% 0.47% -
HSV(B) 34.65º 0.88% 0.84% -
XYZ 36.15 31.27 5.11 -
YUV 145.31 60.67 176.28 -
System Red Green Blue C M Y K H S L
Decimal 213 134 26 0 0.37 0.88 0.16 34.65 0.78 0.47
Hex D5 86 1A 0 25 58 10 23 4E 2F
Octal 325 206 32 0 45 130 20 43 116 57
Binary 11010101 10000110 11010 0 100101 1011000 10000 100011 1001110 101111

Color Harmonies of #D5861A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5861A

Black with #D5861A

Text Example


Text Example

White with #D5861A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5861A; }

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

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

background-color css

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

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

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

border-color css

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

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

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