Html Css Color HEX #DA8111 Ochre

📋 copy color: '#DA8111'

red 218 ◦ green 129 ◦ blue 17

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

Shades of Ochre #DA8111

Tints of Ochre #DA8111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.67%

R = 59.89%
G = 35.44%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA8111 (or 0xDA8111) is known color: Ochre. HEX triplet: DA, 81 and 11. RGB value is (218,129,17). Sum of RGB (Red+Green+Blue) = 218+129+17=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8111 is #257EEE. Grayscale: #8F8F8F. Windows color (decimal): -2457327 or 1147354. OLE color: 1147354.

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

Color convert

RGB 218 129 17 -
CMYK 0 0.41 0.92 0.15
HSL 33.43º 0.86% 0.46% -
HSV(B) 33.43º 0.92% 0.85% -
XYZ 36.86 30.65 4.5 -
YUV 142.84 56.99 181.61 -
System Red Green Blue C M Y K H S L
Decimal 218 129 17 0 0.41 0.92 0.15 33.43 0.86 0.46
Hex DA 81 11 0 29 5C F 21 56 2E
Octal 332 201 21 0 51 134 17 41 126 56
Binary 11011010 10000001 10001 0 101001 1011100 1111 100001 1010110 101110

Color Harmonies of #DA8111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8111

Black with #DA8111

Text Example


Text Example

White with #DA8111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8111; }

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

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

background-color css

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

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

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

border-color css

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

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

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