Html Css Color HEX #DA8516 Ochre

📋 copy color: '#DA8516'

red 218 ◦ green 133 ◦ blue 22

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

Shades of Ochre #DA8516

Tints of Ochre #DA8516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.66%

 BLUE value IS 22 (8.98% from 255) = 5.9%

R = 58.45%
G = 35.66%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA8516 (or 0xDA8516) is known color: Ochre. HEX triplet: DA, 85 and 16. RGB value is (218,133,22). Sum of RGB (Red+Green+Blue) = 218+133+22=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8516 is #257AE9. Grayscale: #929292. Windows color (decimal): -2456298 or 1476058. OLE color: 1476058.

HSL color Cylindrical-coordinate representation of color #DA8516: hue angle of 33.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA8516 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 22 -
CMYK 0 0.39 0.90 0.15
HSL 33.98º 0.82% 0.47% -
HSV(B) 33.98º 0.9% 0.85% -
XYZ 37.45 31.74 4.91 -
YUV 145.76 58.16 179.53 -
System Red Green Blue C M Y K H S L
Decimal 218 133 22 0 0.39 0.90 0.15 33.98 0.82 0.47
Hex DA 85 16 0 27 5A F 22 52 2F
Octal 332 205 26 0 47 132 17 42 122 57
Binary 11011010 10000101 10110 0 100111 1011010 1111 100010 1010010 101111

Color Harmonies of #DA8516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8516

Black with #DA8516

Text Example


Text Example

White with #DA8516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8516; }

 p { color: rgb(218,133,22); }

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

background-color css

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

 a { background-color: rgb(218,133,22); }

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

border-color css

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

 span { border-color: rgb(218,133,22); }

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