Html Css Color HEX #DA8019 Ochre

📋 copy color: '#DA8019'

red 218 ◦ green 128 ◦ blue 25

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

Shades of Ochre #DA8019

Tints of Ochre #DA8019

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.5%

 BLUE value IS 25 (10.16% from 255) = 6.74%

R = 58.76%
G = 34.5%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA8019 (or 0xDA8019) is known color: Ochre. HEX triplet: DA, 80 and 19. RGB value is (218,128,25). Sum of RGB (Red+Green+Blue) = 218+128+25=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8019 is #257FE6. Grayscale: #8F8F8F. Windows color (decimal): -2457575 or 1671386. OLE color: 1671386.

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

Color convert

RGB 218 128 25 -
CMYK 0 0.41 0.89 0.15
HSL 32.02º 0.79% 0.48% -
HSV(B) 32.02º 0.89% 0.85% -
XYZ 36.81 30.41 4.85 -
YUV 143.17 61.32 181.38 -
System Red Green Blue C M Y K H S L
Decimal 218 128 25 0 0.41 0.89 0.15 32.02 0.79 0.48
Hex DA 80 19 0 29 59 F 20 4F 30
Octal 332 200 31 0 51 131 17 40 117 60
Binary 11011010 10000000 11001 0 101001 1011001 1111 100000 1001111 110000

Color Harmonies of #DA8019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8019

Black with #DA8019

Text Example


Text Example

White with #DA8019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8019; }

 p { color: rgb(218,128,25); }

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

background-color css

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

 a { background-color: rgb(218,128,25); }

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

border-color css

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

 span { border-color: rgb(218,128,25); }

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