Html Css Color HEX #DA7619 Ochre

📋 copy color: '#DA7619'

red 218 ◦ green 118 ◦ blue 25

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

Shades of Ochre #DA7619

Tints of Ochre #DA7619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 60.39%
G = 32.69%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7619 (or 0xDA7619) is known color: Ochre. HEX triplet: DA, 76 and 19. RGB value is (218,118,25). Sum of RGB (Red+Green+Blue) = 218+118+25=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7619 is #2589E6. Grayscale: #898989. Windows color (decimal): -2460135 or 1668826. OLE color: 1668826.

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

Color convert

RGB 218 118 25 -
CMYK 0 0.46 0.89 0.15
HSL 28.91º 0.79% 0.48% -
HSV(B) 28.91º 0.89% 0.85% -
XYZ 35.57 27.93 4.44 -
YUV 137.3 64.63 185.56 -
System Red Green Blue C M Y K H S L
Decimal 218 118 25 0 0.46 0.89 0.15 28.91 0.79 0.48
Hex DA 76 19 0 2E 59 F 1D 4F 30
Octal 332 166 31 0 56 131 17 35 117 60
Binary 11011010 1110110 11001 0 101110 1011001 1111 11101 1001111 110000

Color Harmonies of #DA7619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7619

Black with #DA7619

Text Example


Text Example

White with #DA7619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7619; }

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

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

background-color css

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

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

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

border-color css

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

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

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