Html Css Color HEX #DA7716 Ochre

📋 copy color: '#DA7716'

red 218 ◦ green 119 ◦ blue 22

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

Shades of Ochre #DA7716

Tints of Ochre #DA7716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.15%

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

R = 60.72%
G = 33.15%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA7716 (or 0xDA7716) is known color: Ochre. HEX triplet: DA, 77 and 16. RGB value is (218,119,22). Sum of RGB (Red+Green+Blue) = 218+119+22=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7716 is #2588E9. Grayscale: #8A8A8A. Windows color (decimal): -2459882 or 1472474. OLE color: 1472474.

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

Color convert

RGB 218 119 22 -
CMYK 0 0.45 0.90 0.15
HSL 29.69º 0.82% 0.47% -
HSV(B) 29.69º 0.9% 0.85% -
XYZ 35.66 28.16 4.31 -
YUV 137.54 62.8 185.39 -
System Red Green Blue C M Y K H S L
Decimal 218 119 22 0 0.45 0.90 0.15 29.69 0.82 0.47
Hex DA 77 16 0 2D 5A F 1E 52 2F
Octal 332 167 26 0 55 132 17 36 122 57
Binary 11011010 1110111 10110 0 101101 1011010 1111 11110 1010010 101111

Color Harmonies of #DA7716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7716

Black with #DA7716

Text Example


Text Example

White with #DA7716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7716; }

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

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

background-color css

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

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

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

border-color css

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

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

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