Html Css Color HEX #DA7B19 Ochre

📋 copy color: '#DA7B19'

red 218 ◦ green 123 ◦ blue 25

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

Shades of Ochre #DA7B19

Tints of Ochre #DA7B19

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

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

R = 59.56%
G = 33.61%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7B19 (or 0xDA7B19) is known color: Ochre. HEX triplet: DA, 7B and 19. RGB value is (218,123,25). Sum of RGB (Red+Green+Blue) = 218+123+25=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7B19 is #2584E6. Grayscale: #8C8C8C. Windows color (decimal): -2458855 or 1670106. OLE color: 1670106.

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

Color convert

RGB 218 123 25 -
CMYK 0 0.44 0.89 0.15
HSL 30.47º 0.79% 0.48% -
HSV(B) 30.47º 0.89% 0.85% -
XYZ 36.17 29.14 4.64 -
YUV 140.23 62.97 183.47 -
System Red Green Blue C M Y K H S L
Decimal 218 123 25 0 0.44 0.89 0.15 30.47 0.79 0.48
Hex DA 7B 19 0 2C 59 F 1E 4F 30
Octal 332 173 31 0 54 131 17 36 117 60
Binary 11011010 1111011 11001 0 101100 1011001 1111 11110 1001111 110000

Color Harmonies of #DA7B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B19

Black with #DA7B19

Text Example


Text Example

White with #DA7B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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