Html Css Color HEX #DA8311 Ochre

📋 copy color: '#DA8311'

red 218 ◦ green 131 ◦ blue 17

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

Shades of Ochre #DA8311

Tints of Ochre #DA8311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

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

R = 59.56%
G = 35.79%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA8311 (or 0xDA8311) is known color: Ochre. HEX triplet: DA, 83 and 11. RGB value is (218,131,17). Sum of RGB (Red+Green+Blue) = 218+131+17=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8311 is #257CEE. Grayscale: #909090. Windows color (decimal): -2456815 or 1147866. OLE color: 1147866.

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

Color convert

RGB 218 131 17 -
CMYK 0 0.40 0.92 0.15
HSL 34.03º 0.86% 0.46% -
HSV(B) 34.03º 0.92% 0.85% -
XYZ 37.13 31.18 4.59 -
YUV 144.02 56.32 180.77 -
System Red Green Blue C M Y K H S L
Decimal 218 131 17 0 0.40 0.92 0.15 34.03 0.86 0.46
Hex DA 83 11 0 28 5C F 22 56 2E
Octal 332 203 21 0 50 134 17 42 126 56
Binary 11011010 10000011 10001 0 101000 1011100 1111 100010 1010110 101110

Color Harmonies of #DA8311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8311

Black with #DA8311

Text Example


Text Example

White with #DA8311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8311; }

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

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

background-color css

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

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

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

border-color css

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

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

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