Html Css Color HEX #DA8115 Ochre

📋 copy color: '#DA8115'

red 218 ◦ green 129 ◦ blue 21

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

Shades of Ochre #DA8115

Tints of Ochre #DA8115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.71%

R = 59.24%
G = 35.05%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA8115 (or 0xDA8115) is known color: Ochre. HEX triplet: DA, 81 and 15. RGB value is (218,129,21). Sum of RGB (Red+Green+Blue) = 218+129+21=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8115 is #257EEA. Grayscale: #8F8F8F. Windows color (decimal): -2457323 or 1409498. OLE color: 1409498.

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

Color convert

RGB 218 129 21 -
CMYK 0 0.41 0.90 0.15
HSL 32.89º 0.82% 0.47% -
HSV(B) 32.89º 0.9% 0.85% -
XYZ 36.9 30.66 4.68 -
YUV 143.3 58.99 181.28 -
System Red Green Blue C M Y K H S L
Decimal 218 129 21 0 0.41 0.90 0.15 32.89 0.82 0.47
Hex DA 81 15 0 29 5A F 21 52 2F
Octal 332 201 25 0 51 132 17 41 122 57
Binary 11011010 10000001 10101 0 101001 1011010 1111 100001 1010010 101111

Color Harmonies of #DA8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8115

Black with #DA8115

Text Example


Text Example

White with #DA8115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8115; }

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

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

background-color css

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

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

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

border-color css

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

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

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