Html Css Color HEX #DA8014 Ochre

📋 copy color: '#DA8014'

red 218 ◦ green 128 ◦ blue 20

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

Shades of Ochre #DA8014

Tints of Ochre #DA8014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 59.56%
G = 34.97%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA8014 (or 0xDA8014) is known color: Ochre. HEX triplet: DA, 80 and 14. RGB value is (218,128,20). Sum of RGB (Red+Green+Blue) = 218+128+20=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8014 is #257FEB. Grayscale: #8F8F8F. Windows color (decimal): -2457580 or 1343706. OLE color: 1343706.

HSL color Cylindrical-coordinate representation of color #DA8014: hue angle of 32.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA8014 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 20 -
CMYK 0 0.41 0.91 0.15
HSL 32.73º 0.83% 0.47% -
HSV(B) 32.73º 0.91% 0.85% -
XYZ 36.76 30.39 4.59 -
YUV 142.6 58.82 181.78 -
System Red Green Blue C M Y K H S L
Decimal 218 128 20 0 0.41 0.91 0.15 32.73 0.83 0.47
Hex DA 80 14 0 29 5B F 21 53 2F
Octal 332 200 24 0 51 133 17 41 123 57
Binary 11011010 10000000 10100 0 101001 1011011 1111 100001 1010011 101111

Color Harmonies of #DA8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8014

Black with #DA8014

Text Example


Text Example

White with #DA8014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8014; }

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

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

background-color css

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

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

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

border-color css

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

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

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