Html Css Color HEX #DA7911 Ochre

📋 copy color: '#DA7911'

red 218 ◦ green 121 ◦ blue 17

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

Shades of Ochre #DA7911

Tints of Ochre #DA7911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.78%

R = 61.24%
G = 33.99%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA7911 (or 0xDA7911) is known color: Ochre. HEX triplet: DA, 79 and 11. RGB value is (218,121,17). Sum of RGB (Red+Green+Blue) = 218+121+17=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7911 is #2586EE. Grayscale: #8A8A8A. Windows color (decimal): -2459375 or 1145306. OLE color: 1145306.

HSL color Cylindrical-coordinate representation of color #DA7911: hue angle of 31.04º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA7911 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 121 17 -
CMYK 0 0.44 0.92 0.15
HSL 31.04º 0.86% 0.46% -
HSV(B) 31.04º 0.92% 0.85% -
XYZ 35.85 28.62 4.17 -
YUV 138.15 59.64 184.96 -
System Red Green Blue C M Y K H S L
Decimal 218 121 17 0 0.44 0.92 0.15 31.04 0.86 0.46
Hex DA 79 11 0 2C 5C F 1F 56 2E
Octal 332 171 21 0 54 134 17 37 126 56
Binary 11011010 1111001 10001 0 101100 1011100 1111 11111 1010110 101110

Color Harmonies of #DA7911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7911

Black with #DA7911

Text Example


Text Example

White with #DA7911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7911; }

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

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

background-color css

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

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

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

border-color css

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

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

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