Html Css Color HEX #D5800F Ochre

📋 copy color: '#D5800F'

red 213 ◦ green 128 ◦ blue 15

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

Shades of Ochre #D5800F

Tints of Ochre #D5800F

RGB

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

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

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

R = 59.83%
G = 35.96%
B = 4.21%

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

#D5800F (or 0xD5800F) is known color: Ochre. HEX triplet: D5, 80 and 0F. RGB value is (213,128,15). Sum of RGB (Red+Green+Blue) = 213+128+15=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5800F is #2A7FF0. Grayscale: #8D8D8D. Windows color (decimal): -2785265 or 1016021. OLE color: 1016021.

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

Color convert

RGB 213 128 15 -
CMYK 0 0.40 0.93 0.16
HSL 34.24º 0.87% 0.45% -
HSV(B) 34.24º 0.93% 0.84% -
XYZ 35.25 29.62 4.31 -
YUV 140.53 57.16 179.69 -
System Red Green Blue C M Y K H S L
Decimal 213 128 15 0 0.40 0.93 0.16 34.24 0.87 0.45
Hex D5 80 F 0 28 5D 10 22 57 2D
Octal 325 200 17 0 50 135 20 42 127 55
Binary 11010101 10000000 1111 0 101000 1011101 10000 100010 1010111 101101

Color Harmonies of #D5800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5800F

Black with #D5800F

Text Example


Text Example

White with #D5800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5800F; }

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

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

background-color css

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

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

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

border-color css

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

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

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