Html Css Color HEX #DA7E19 Ochre

📋 copy color: '#DA7E19'

red 218 ◦ green 126 ◦ blue 25

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

Shades of Ochre #DA7E19

Tints of Ochre #DA7E19

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.15%

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

R = 59.08%
G = 34.15%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7E19 (or 0xDA7E19) is known color: Ochre. HEX triplet: DA, 7E and 19. RGB value is (218,126,25). Sum of RGB (Red+Green+Blue) = 218+126+25=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7E19 is #2581E6. Grayscale: #8E8E8E. Windows color (decimal): -2458087 or 1670874. OLE color: 1670874.

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

Color convert

RGB 218 126 25 -
CMYK 0 0.42 0.89 0.15
HSL 31.4º 0.79% 0.48% -
HSV(B) 31.4º 0.89% 0.85% -
XYZ 36.55 29.9 4.76 -
YUV 141.99 61.98 182.21 -
System Red Green Blue C M Y K H S L
Decimal 218 126 25 0 0.42 0.89 0.15 31.4 0.79 0.48
Hex DA 7E 19 0 2A 59 F 1F 4F 30
Octal 332 176 31 0 52 131 17 37 117 60
Binary 11011010 1111110 11001 0 101010 1011001 1111 11111 1001111 110000

Color Harmonies of #DA7E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E19

Black with #DA7E19

Text Example


Text Example

White with #DA7E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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