Html Css Color HEX #D5800D Ochre

📋 copy color: '#D5800D'

red 213 ◦ green 128 ◦ blue 13

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

Shades of Ochre #D5800D

Tints of Ochre #D5800D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.67%

R = 60.17%
G = 36.16%
B = 3.67%

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

#D5800D (or 0xD5800D) is known color: Ochre. HEX triplet: D5, 80 and 0D. RGB value is (213,128,13). Sum of RGB (Red+Green+Blue) = 213+128+13=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5800D is #2A7FF2. Grayscale: #8C8C8C. Windows color (decimal): -2785267 or 884949. OLE color: 884949.

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

Color convert

RGB 213 128 13 -
CMYK 0 0.40 0.94 0.16
HSL 34.5º 0.88% 0.44% -
HSV(B) 34.5º 0.94% 0.84% -
XYZ 35.23 29.61 4.24 -
YUV 140.31 56.16 179.85 -
System Red Green Blue C M Y K H S L
Decimal 213 128 13 0 0.40 0.94 0.16 34.5 0.88 0.44
Hex D5 80 D 0 28 5E 10 22 58 2C
Octal 325 200 15 0 50 136 20 42 130 54
Binary 11010101 10000000 1101 0 101000 1011110 10000 100010 1011000 101100

Color Harmonies of #D5800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5800D

Black with #D5800D

Text Example


Text Example

White with #D5800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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