Html Css Color HEX #DA7916 Ochre

📋 copy color: '#DA7916'

red 218 ◦ green 121 ◦ blue 22

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

Shades of Ochre #DA7916

Tints of Ochre #DA7916

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.52%

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 60.39%
G = 33.52%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA7916 (or 0xDA7916) is known color: Ochre. HEX triplet: DA, 79 and 16. RGB value is (218,121,22). Sum of RGB (Red+Green+Blue) = 218+121+22=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7916 is #2586E9. Grayscale: #8B8B8B. Windows color (decimal): -2459370 or 1472986. OLE color: 1472986.

HSL color Cylindrical-coordinate representation of color #DA7916: hue angle of 30.31º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA7916 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 121 22 -
CMYK 0 0.44 0.90 0.15
HSL 30.31º 0.82% 0.47% -
HSV(B) 30.31º 0.9% 0.85% -
XYZ 35.9 28.64 4.39 -
YUV 138.72 62.14 184.55 -
System Red Green Blue C M Y K H S L
Decimal 218 121 22 0 0.44 0.90 0.15 30.31 0.82 0.47
Hex DA 79 16 0 2C 5A F 1E 52 2F
Octal 332 171 26 0 54 132 17 36 122 57
Binary 11011010 1111001 10110 0 101100 1011010 1111 11110 1010010 101111

Color Harmonies of #DA7916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7916

Black with #DA7916

Text Example


Text Example

White with #DA7916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7916; }

 p { color: rgb(218,121,22); }

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

background-color css

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

 a { background-color: rgb(218,121,22); }

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

border-color css

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

 span { border-color: rgb(218,121,22); }

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