Html Css Color HEX #DA771A Ochre

📋 copy color: '#DA771A'

red 218 ◦ green 119 ◦ blue 26

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

Shades of Ochre #DA771A

Tints of Ochre #DA771A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.16%

R = 60.06%
G = 32.78%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA771A (or 0xDA771A) is known color: Ochre. HEX triplet: DA, 77 and 1A. RGB value is (218,119,26). Sum of RGB (Red+Green+Blue) = 218+119+26=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA771A is #2588E5. Grayscale: #8A8A8A. Windows color (decimal): -2459878 or 1734618. OLE color: 1734618.

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

Color convert

RGB 218 119 26 -
CMYK 0 0.45 0.88 0.15
HSL 29.06º 0.79% 0.48% -
HSV(B) 29.06º 0.88% 0.85% -
XYZ 35.7 28.17 4.53 -
YUV 138 64.8 185.06 -
System Red Green Blue C M Y K H S L
Decimal 218 119 26 0 0.45 0.88 0.15 29.06 0.79 0.48
Hex DA 77 1A 0 2D 58 F 1D 4F 30
Octal 332 167 32 0 55 130 17 35 117 60
Binary 11011010 1110111 11010 0 101101 1011000 1111 11101 1001111 110000

Color Harmonies of #DA771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA771A

Black with #DA771A

Text Example


Text Example

White with #DA771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA771A; }

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

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

background-color css

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

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

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

border-color css

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

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

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