Html Css Color HEX #D5851A Ochre

📋 copy color: '#D5851A'

red 213 ◦ green 133 ◦ blue 26

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

Shades of Ochre #D5851A

Tints of Ochre #D5851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

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

R = 57.26%
G = 35.75%
B = 6.99%

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

#D5851A (or 0xD5851A) is known color: Ochre. HEX triplet: D5, 85 and 1A. RGB value is (213,133,26). Sum of RGB (Red+Green+Blue) = 213+133+26=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5851A is #2A7AE5. Grayscale: #919191. Windows color (decimal): -2783974 or 1738197. OLE color: 1738197.

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

Color convert

RGB 213 133 26 -
CMYK 0 0.38 0.88 0.16
HSL 34.33º 0.78% 0.47% -
HSV(B) 34.33º 0.88% 0.84% -
XYZ 36.01 31 5.06 -
YUV 144.72 61 176.7 -
System Red Green Blue C M Y K H S L
Decimal 213 133 26 0 0.38 0.88 0.16 34.33 0.78 0.47
Hex D5 85 1A 0 26 58 10 22 4E 2F
Octal 325 205 32 0 46 130 20 42 116 57
Binary 11010101 10000101 11010 0 100110 1011000 10000 100010 1001110 101111

Color Harmonies of #D5851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5851A

Black with #D5851A

Text Example


Text Example

White with #D5851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5851A; }

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

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

background-color css

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

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

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

border-color css

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

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

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