Html Css Color HEX #DA7819 Ochre

📋 copy color: '#DA7819'

red 218 ◦ green 120 ◦ blue 25

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

Shades of Ochre #DA7819

Tints of Ochre #DA7819

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.06%

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

R = 60.06%
G = 33.06%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7819 (or 0xDA7819) is known color: Ochre. HEX triplet: DA, 78 and 19. RGB value is (218,120,25). Sum of RGB (Red+Green+Blue) = 218+120+25=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7819 is #2587E6. Grayscale: #8A8A8A. Windows color (decimal): -2459623 or 1669338. OLE color: 1669338.

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

Color convert

RGB 218 120 25 -
CMYK 0 0.45 0.89 0.15
HSL 29.53º 0.79% 0.48% -
HSV(B) 29.53º 0.89% 0.85% -
XYZ 35.81 28.41 4.52 -
YUV 138.47 63.97 184.72 -
System Red Green Blue C M Y K H S L
Decimal 218 120 25 0 0.45 0.89 0.15 29.53 0.79 0.48
Hex DA 78 19 0 2D 59 F 1E 4F 30
Octal 332 170 31 0 55 131 17 36 117 60
Binary 11011010 1111000 11001 0 101101 1011001 1111 11110 1001111 110000

Color Harmonies of #DA7819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7819

Black with #DA7819

Text Example


Text Example

White with #DA7819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7819; }

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

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

background-color css

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

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

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

border-color css

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

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

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