Html Css Color HEX #DA761B Ochre

📋 copy color: '#DA761B'

red 218 ◦ green 118 ◦ blue 27

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

Shades of Ochre #DA761B

Tints of Ochre #DA761B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.51%

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

R = 60.06%
G = 32.51%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA761B (or 0xDA761B) is known color: Ochre. HEX triplet: DA, 76 and 1B. RGB value is (218,118,27). Sum of RGB (Red+Green+Blue) = 218+118+27=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA761B is #2589E4. Grayscale: #898989. Windows color (decimal): -2460133 or 1799898. OLE color: 1799898.

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

Color convert

RGB 218 118 27 -
CMYK 0 0.46 0.88 0.15
HSL 28.59º 0.78% 0.48% -
HSV(B) 28.59º 0.88% 0.85% -
XYZ 35.59 27.94 4.55 -
YUV 137.53 65.63 185.4 -
System Red Green Blue C M Y K H S L
Decimal 218 118 27 0 0.46 0.88 0.15 28.59 0.78 0.48
Hex DA 76 1B 0 2E 58 F 1D 4E 30
Octal 332 166 33 0 56 130 17 35 116 60
Binary 11011010 1110110 11011 0 101110 1011000 1111 11101 1001110 110000

Color Harmonies of #DA761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA761B

Black with #DA761B

Text Example


Text Example

White with #DA761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA761B; }

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

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

background-color css

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

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

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

border-color css

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

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

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