Html Css Color HEX #D58110 Ochre

📋 copy color: '#D58110'

red 213 ◦ green 129 ◦ blue 16

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

Shades of Ochre #D58110

Tints of Ochre #D58110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

 BLUE value IS 16 (6.64% from 255) = 4.47%

R = 59.5%
G = 36.03%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D58110 (or 0xD58110) is known color: Ochre. HEX triplet: D5, 81 and 10. RGB value is (213,129,16). Sum of RGB (Red+Green+Blue) = 213+129+16=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D58110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58110 is #2A7EEF. Grayscale: #8D8D8D. Windows color (decimal): -2785008 or 1081813. OLE color: 1081813.

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

Color convert

RGB 213 129 16 -
CMYK 0 0.39 0.92 0.16
HSL 34.42º 0.86% 0.45% -
HSV(B) 34.42º 0.92% 0.84% -
XYZ 35.38 29.88 4.39 -
YUV 141.23 57.33 179.19 -
System Red Green Blue C M Y K H S L
Decimal 213 129 16 0 0.39 0.92 0.16 34.42 0.86 0.45
Hex D5 81 10 0 27 5C 10 22 56 2D
Octal 325 201 20 0 47 134 20 42 126 55
Binary 11010101 10000001 10000 0 100111 1011100 10000 100010 1010110 101101

Color Harmonies of #D58110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58110

Black with #D58110

Text Example


Text Example

White with #D58110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58110; }

 p { color: rgb(213,129,16); }

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

background-color css

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

 a { background-color: rgb(213,129,16); }

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

border-color css

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

 span { border-color: rgb(213,129,16); }

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