Html Css Color HEX #DA791D Ochre

📋 copy color: '#DA791D'

red 218 ◦ green 121 ◦ blue 29

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

Shades of Ochre #DA791D

Tints of Ochre #DA791D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.88%

R = 59.24%
G = 32.88%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA791D (or 0xDA791D) is known color: Ochre. HEX triplet: DA, 79 and 1D. RGB value is (218,121,29). Sum of RGB (Red+Green+Blue) = 218+121+29=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA791D is #2586E2. Grayscale: #8B8B8B. Windows color (decimal): -2459363 or 1931738. OLE color: 1931738.

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

Color convert

RGB 218 121 29 -
CMYK 0 0.44 0.87 0.15
HSL 29.21º 0.77% 0.48% -
HSV(B) 29.21º 0.87% 0.85% -
XYZ 35.97 28.67 4.8 -
YUV 139.52 65.64 183.98 -
System Red Green Blue C M Y K H S L
Decimal 218 121 29 0 0.44 0.87 0.15 29.21 0.77 0.48
Hex DA 79 1D 0 2C 57 F 1D 4D 30
Octal 332 171 35 0 54 127 17 35 115 60
Binary 11011010 1111001 11101 0 101100 1010111 1111 11101 1001101 110000

Color Harmonies of #DA791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA791D

Black with #DA791D

Text Example


Text Example

White with #DA791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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