Html Css Color HEX #D5851D Ochre

📋 copy color: '#D5851D'

red 213 ◦ green 133 ◦ blue 29

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

Shades of Ochre #D5851D

Tints of Ochre #D5851D

RGB

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

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

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

R = 56.8%
G = 35.47%
B = 7.73%

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

#D5851D (or 0xD5851D) is known color: Ochre. HEX triplet: D5, 85 and 1D. RGB value is (213,133,29). Sum of RGB (Red+Green+Blue) = 213+133+29=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5851D is #2A7AE2. Grayscale: #919191. Windows color (decimal): -2783971 or 1934805. OLE color: 1934805.

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

Color convert

RGB 213 133 29 -
CMYK 0 0.38 0.86 0.16
HSL 33.91º 0.76% 0.47% -
HSV(B) 33.91º 0.86% 0.84% -
XYZ 36.05 31.01 5.25 -
YUV 145.06 62.5 176.46 -
System Red Green Blue C M Y K H S L
Decimal 213 133 29 0 0.38 0.86 0.16 33.91 0.76 0.47
Hex D5 85 1D 0 26 56 10 22 4C 2F
Octal 325 205 35 0 46 126 20 42 114 57
Binary 11010101 10000101 11101 0 100110 1010110 10000 100010 1001100 101111

Color Harmonies of #D5851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5851D

Black with #D5851D

Text Example


Text Example

White with #D5851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5851D; }

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

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

background-color css

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

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

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

border-color css

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

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

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