Html Css Color HEX #DA771B Ochre

📋 copy color: '#DA771B'

red 218 ◦ green 119 ◦ blue 27

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

Shades of Ochre #DA771B

Tints of Ochre #DA771B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 59.89%
G = 32.69%
B = 7.42%

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

#DA771B (or 0xDA771B) is known color: Ochre. HEX triplet: DA, 77 and 1B. RGB value is (218,119,27). Sum of RGB (Red+Green+Blue) = 218+119+27=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA771B is #2588E4. Grayscale: #8A8A8A. Windows color (decimal): -2459877 or 1800154. OLE color: 1800154.

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

Color convert

RGB 218 119 27 -
CMYK 0 0.45 0.88 0.15
HSL 28.9º 0.78% 0.48% -
HSV(B) 28.9º 0.88% 0.85% -
XYZ 35.71 28.18 4.59 -
YUV 138.11 65.3 184.98 -
System Red Green Blue C M Y K H S L
Decimal 218 119 27 0 0.45 0.88 0.15 28.9 0.78 0.48
Hex DA 77 1B 0 2D 58 F 1D 4E 30
Octal 332 167 33 0 55 130 17 35 116 60
Binary 11011010 1110111 11011 0 101101 1011000 1111 11101 1001110 110000

Color Harmonies of #DA771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA771B

Black with #DA771B

Text Example


Text Example

White with #DA771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA771B; }

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

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

background-color css

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

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

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

border-color css

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

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

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