Html Css Color HEX #DA7A19 Ochre

📋 copy color: '#DA7A19'

red 218 ◦ green 122 ◦ blue 25

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

Shades of Ochre #DA7A19

Tints of Ochre #DA7A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.42%

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

R = 59.73%
G = 33.42%
B = 6.85%

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

#DA7A19 (or 0xDA7A19) is known color: Ochre. HEX triplet: DA, 7A and 19. RGB value is (218,122,25). Sum of RGB (Red+Green+Blue) = 218+122+25=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7A19 is #2585E6. Grayscale: #8C8C8C. Windows color (decimal): -2459111 or 1669850. OLE color: 1669850.

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

Color convert

RGB 218 122 25 -
CMYK 0 0.44 0.89 0.15
HSL 30.16º 0.79% 0.48% -
HSV(B) 30.16º 0.89% 0.85% -
XYZ 36.05 28.89 4.6 -
YUV 139.65 63.3 183.89 -
System Red Green Blue C M Y K H S L
Decimal 218 122 25 0 0.44 0.89 0.15 30.16 0.79 0.48
Hex DA 7A 19 0 2C 59 F 1E 4F 30
Octal 332 172 31 0 54 131 17 36 117 60
Binary 11011010 1111010 11001 0 101100 1011001 1111 11110 1001111 110000

Color Harmonies of #DA7A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A19

Black with #DA7A19

Text Example


Text Example

White with #DA7A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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