Html Css Color HEX #DA801E Ochre

📋 copy color: '#DA801E'

red 218 ◦ green 128 ◦ blue 30

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

Shades of Ochre #DA801E

Tints of Ochre #DA801E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

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

R = 57.98%
G = 34.04%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA801E (or 0xDA801E) is known color: Ochre. HEX triplet: DA, 80 and 1E. RGB value is (218,128,30). Sum of RGB (Red+Green+Blue) = 218+128+30=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA801E is #257FE1. Grayscale: #909090. Windows color (decimal): -2457570 or 1999066. OLE color: 1999066.

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

Color convert

RGB 218 128 30 -
CMYK 0 0.41 0.86 0.15
HSL 31.28º 0.76% 0.49% -
HSV(B) 31.28º 0.86% 0.85% -
XYZ 36.87 30.44 5.16 -
YUV 143.74 63.82 180.97 -
System Red Green Blue C M Y K H S L
Decimal 218 128 30 0 0.41 0.86 0.15 31.28 0.76 0.49
Hex DA 80 1E 0 29 56 F 1F 4C 31
Octal 332 200 36 0 51 126 17 37 114 61
Binary 11011010 10000000 11110 0 101001 1010110 1111 11111 1001100 110001

Color Harmonies of #DA801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA801E

Black with #DA801E

Text Example


Text Example

White with #DA801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA801E; }

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

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

background-color css

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

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

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

border-color css

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

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

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