Html Css Color HEX #D5800E Ochre

📋 copy color: '#D5800E'

red 213 ◦ green 128 ◦ blue 14

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

Shades of Ochre #D5800E

Tints of Ochre #D5800E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

 BLUE value IS 14 (5.86% from 255) = 3.94%

R = 60%
G = 36.06%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5800E (or 0xD5800E) is known color: Ochre. HEX triplet: D5, 80 and 0E. RGB value is (213,128,14). Sum of RGB (Red+Green+Blue) = 213+128+14=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5800E is #2A7FF1. Grayscale: #8C8C8C. Windows color (decimal): -2785266 or 950485. OLE color: 950485.

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

Color convert

RGB 213 128 14 -
CMYK 0 0.40 0.93 0.16
HSL 34.37º 0.88% 0.45% -
HSV(B) 34.37º 0.93% 0.84% -
XYZ 35.24 29.62 4.27 -
YUV 140.42 56.66 179.77 -
System Red Green Blue C M Y K H S L
Decimal 213 128 14 0 0.40 0.93 0.16 34.37 0.88 0.45
Hex D5 80 E 0 28 5D 10 22 58 2D
Octal 325 200 16 0 50 135 20 42 130 55
Binary 11010101 10000000 1110 0 101000 1011101 10000 100010 1011000 101101

Color Harmonies of #D5800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5800E

Black with #D5800E

Text Example


Text Example

White with #D5800E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5800E; }

 p { color: rgb(213,128,14); }

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

background-color css

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

 a { background-color: rgb(213,128,14); }

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

border-color css

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

 span { border-color: rgb(213,128,14); }

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