Html Css Color HEX #DA791F Ochre

📋 copy color: '#DA791F'

red 218 ◦ green 121 ◦ blue 31

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

Shades of Ochre #DA791F

Tints of Ochre #DA791F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.38%

R = 58.92%
G = 32.7%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA791F (or 0xDA791F) is known color: Ochre. HEX triplet: DA, 79 and 1F. RGB value is (218,121,31). Sum of RGB (Red+Green+Blue) = 218+121+31=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA791F is #2586E0. Grayscale: #8C8C8C. Windows color (decimal): -2459361 or 2062810. OLE color: 2062810.

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

Color convert

RGB 218 121 31 -
CMYK 0 0.44 0.86 0.15
HSL 28.88º 0.75% 0.49% -
HSV(B) 28.88º 0.86% 0.85% -
XYZ 36 28.68 4.93 -
YUV 139.74 66.64 183.82 -
System Red Green Blue C M Y K H S L
Decimal 218 121 31 0 0.44 0.86 0.15 28.88 0.75 0.49
Hex DA 79 1F 0 2C 56 F 1D 4B 31
Octal 332 171 37 0 54 126 17 35 113 61
Binary 11011010 1111001 11111 0 101100 1010110 1111 11101 1001011 110001

Color Harmonies of #DA791F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA791F

Black with #DA791F

Text Example


Text Example

White with #DA791F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA791F; }

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

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

background-color css

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

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

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

border-color css

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

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

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