Html Css Color HEX #DA8110 Ochre

📋 copy color: '#DA8110'

red 218 ◦ green 129 ◦ blue 16

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

Shades of Ochre #DA8110

Tints of Ochre #DA8110

RGB

 RED value IS 218 (85.55% from 255) = 60.06%

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

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

R = 60.06%
G = 35.54%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA8110 (or 0xDA8110) is known color: Ochre. HEX triplet: DA, 81 and 10. RGB value is (218,129,16). Sum of RGB (Red+Green+Blue) = 218+129+16=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8110 is #257EEF. Grayscale: #8F8F8F. Windows color (decimal): -2457328 or 1081818. OLE color: 1081818.

HSL color Cylindrical-coordinate representation of color #DA8110: hue angle of 33.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA8110 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 16 -
CMYK 0 0.41 0.93 0.15
HSL 33.56º 0.86% 0.46% -
HSV(B) 33.56º 0.93% 0.85% -
XYZ 36.86 30.64 4.46 -
YUV 142.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 218 129 16 0 0.41 0.93 0.15 33.56 0.86 0.46
Hex DA 81 10 0 29 5D F 22 56 2E
Octal 332 201 20 0 51 135 17 42 126 56
Binary 11011010 10000001 10000 0 101001 1011101 1111 100010 1010110 101110

Color Harmonies of #DA8110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8110

Black with #DA8110

Text Example


Text Example

White with #DA8110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8110; }

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

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

background-color css

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

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

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

border-color css

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

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

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