Html Css Color HEX #D5800C Ochre

📋 copy color: '#D5800C'

red 213 ◦ green 128 ◦ blue 12

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

Shades of Ochre #D5800C

Tints of Ochre #D5800C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.4%

R = 60.34%
G = 36.26%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5800C (or 0xD5800C) is known color: Ochre. HEX triplet: D5, 80 and 0C. RGB value is (213,128,12). Sum of RGB (Red+Green+Blue) = 213+128+12=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5800C is #2A7FF3. Grayscale: #8C8C8C. Windows color (decimal): -2785268 or 819413. OLE color: 819413.

HSL color Cylindrical-coordinate representation of color #D5800C: hue angle of 34.63º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5800C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 12 -
CMYK 0 0.40 0.94 0.16
HSL 34.63º 0.89% 0.44% -
HSV(B) 34.63º 0.94% 0.84% -
XYZ 35.23 29.61 4.21 -
YUV 140.19 55.66 179.93 -
System Red Green Blue C M Y K H S L
Decimal 213 128 12 0 0.40 0.94 0.16 34.63 0.89 0.44
Hex D5 80 C 0 28 5E 10 23 59 2C
Octal 325 200 14 0 50 136 20 43 131 54
Binary 11010101 10000000 1100 0 101000 1011110 10000 100011 1011001 101100

Color Harmonies of #D5800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5800C

Black with #D5800C

Text Example


Text Example

White with #D5800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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