Html Css Color HEX #DA841A Ochre

📋 copy color: '#DA841A'

red 218 ◦ green 132 ◦ blue 26

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

Shades of Ochre #DA841A

Tints of Ochre #DA841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.11%

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

R = 57.98%
G = 35.11%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA841A (or 0xDA841A) is known color: Ochre. HEX triplet: DA, 84 and 1A. RGB value is (218,132,26). Sum of RGB (Red+Green+Blue) = 218+132+26=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA841A is #257BE5. Grayscale: #929292. Windows color (decimal): -2456550 or 1737946. OLE color: 1737946.

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

Color convert

RGB 218 132 26 -
CMYK 0 0.39 0.88 0.15
HSL 33.13º 0.79% 0.48% -
HSV(B) 33.13º 0.88% 0.85% -
XYZ 37.35 31.48 5.09 -
YUV 145.63 60.49 179.62 -
System Red Green Blue C M Y K H S L
Decimal 218 132 26 0 0.39 0.88 0.15 33.13 0.79 0.48
Hex DA 84 1A 0 27 58 F 21 4F 30
Octal 332 204 32 0 47 130 17 41 117 60
Binary 11011010 10000100 11010 0 100111 1011000 1111 100001 1001111 110000

Color Harmonies of #DA841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA841A

Black with #DA841A

Text Example


Text Example

White with #DA841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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