Html Css Color HEX #DA841E Ochre

📋 copy color: '#DA841E'

red 218 ◦ green 132 ◦ blue 30

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

Shades of Ochre #DA841E

Tints of Ochre #DA841E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.89%

R = 57.37%
G = 34.74%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA841E (or 0xDA841E) is known color: Ochre. HEX triplet: DA, 84 and 1E. RGB value is (218,132,30). Sum of RGB (Red+Green+Blue) = 218+132+30=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA841E is #257BE1. Grayscale: #929292. Windows color (decimal): -2456546 or 2000090. OLE color: 2000090.

HSL color Cylindrical-coordinate representation of color #DA841E: hue angle of 32.55º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA841E is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 132 30 -
CMYK 0 0.39 0.86 0.15
HSL 32.55º 0.76% 0.49% -
HSV(B) 32.55º 0.86% 0.85% -
XYZ 37.4 31.5 5.34 -
YUV 146.09 62.49 179.29 -
System Red Green Blue C M Y K H S L
Decimal 218 132 30 0 0.39 0.86 0.15 32.55 0.76 0.49
Hex DA 84 1E 0 27 56 F 21 4C 31
Octal 332 204 36 0 47 126 17 41 114 61
Binary 11011010 10000100 11110 0 100111 1010110 1111 100001 1001100 110001

Color Harmonies of #DA841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA841E

Black with #DA841E

Text Example


Text Example

White with #DA841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA841E; }

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

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

background-color css

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

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

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

border-color css

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

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

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