Html Css Color HEX #DA8210 Ochre

📋 copy color: '#DA8210'

red 218 ◦ green 130 ◦ blue 16

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

Shades of Ochre #DA8210

Tints of Ochre #DA8210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.71%

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

R = 59.89%
G = 35.71%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA8210 (or 0xDA8210) is known color: Ochre. HEX triplet: DA, 82 and 10. RGB value is (218,130,16). Sum of RGB (Red+Green+Blue) = 218+130+16=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8210 is #257DEF. Grayscale: #8F8F8F. Windows color (decimal): -2457072 or 1082074. OLE color: 1082074.

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

Color convert

RGB 218 130 16 -
CMYK 0 0.40 0.93 0.15
HSL 33.86º 0.86% 0.46% -
HSV(B) 33.86º 0.93% 0.85% -
XYZ 36.99 30.91 4.51 -
YUV 143.32 56.15 181.27 -
System Red Green Blue C M Y K H S L
Decimal 218 130 16 0 0.40 0.93 0.15 33.86 0.86 0.46
Hex DA 82 10 0 28 5D F 22 56 2E
Octal 332 202 20 0 50 135 17 42 126 56
Binary 11011010 10000010 10000 0 101000 1011101 1111 100010 1010110 101110

Color Harmonies of #DA8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8210

Black with #DA8210

Text Example


Text Example

White with #DA8210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8210; }

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

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

background-color css

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

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

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

border-color css

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

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

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