Html Css Color HEX #D5850F Ochre

📋 copy color: '#D5850F'

red 213 ◦ green 133 ◦ blue 15

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

Shades of Ochre #D5850F

Tints of Ochre #D5850F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.16%

R = 59%
G = 36.84%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5850F (or 0xD5850F) is known color: Ochre. HEX triplet: D5, 85 and 0F. RGB value is (213,133,15). Sum of RGB (Red+Green+Blue) = 213+133+15=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5850F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5850F is #2A7AF0. Grayscale: #909090. Windows color (decimal): -2783985 or 1017301. OLE color: 1017301.

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

Color convert

RGB 213 133 15 -
CMYK 0 0.38 0.93 0.16
HSL 35.76º 0.87% 0.45% -
HSV(B) 35.76º 0.93% 0.84% -
XYZ 35.91 30.96 4.53 -
YUV 143.47 55.5 177.59 -
System Red Green Blue C M Y K H S L
Decimal 213 133 15 0 0.38 0.93 0.16 35.76 0.87 0.45
Hex D5 85 F 0 26 5D 10 24 57 2D
Octal 325 205 17 0 46 135 20 44 127 55
Binary 11010101 10000101 1111 0 100110 1011101 10000 100100 1010111 101101

Color Harmonies of #D5850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5850F

Black with #D5850F

Text Example


Text Example

White with #D5850F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5850F; }

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

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

background-color css

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

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

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

border-color css

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

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

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