Html Css Color HEX #DA761A Ochre

📋 copy color: '#DA761A'

red 218 ◦ green 118 ◦ blue 26

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

Shades of Ochre #DA761A

Tints of Ochre #DA761A

RGB

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

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

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

R = 60.22%
G = 32.6%
B = 7.18%

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

#DA761A (or 0xDA761A) is known color: Ochre. HEX triplet: DA, 76 and 1A. RGB value is (218,118,26). Sum of RGB (Red+Green+Blue) = 218+118+26=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA761A is #2589E5. Grayscale: #898989. Windows color (decimal): -2460134 or 1734362. OLE color: 1734362.

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

Color convert

RGB 218 118 26 -
CMYK 0 0.46 0.88 0.15
HSL 28.75º 0.79% 0.48% -
HSV(B) 28.75º 0.88% 0.85% -
XYZ 35.58 27.94 4.49 -
YUV 137.41 65.13 185.48 -
System Red Green Blue C M Y K H S L
Decimal 218 118 26 0 0.46 0.88 0.15 28.75 0.79 0.48
Hex DA 76 1A 0 2E 58 F 1D 4F 30
Octal 332 166 32 0 56 130 17 35 117 60
Binary 11011010 1110110 11010 0 101110 1011000 1111 11101 1001111 110000

Color Harmonies of #DA761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA761A

Black with #DA761A

Text Example


Text Example

White with #DA761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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