Html Css Color HEX #DA8020 Ochre

📋 copy color: '#DA8020'

red 218 ◦ green 128 ◦ blue 32

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

Shades of Ochre #DA8020

Tints of Ochre #DA8020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.47%

R = 57.67%
G = 33.86%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA8020 (or 0xDA8020) is known color: Ochre. HEX triplet: DA, 80 and 20. RGB value is (218,128,32). Sum of RGB (Red+Green+Blue) = 218+128+32=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8020 is #257FDF. Grayscale: #909090. Windows color (decimal): -2457568 or 2130138. OLE color: 2130138.

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

Color convert

RGB 218 128 32 -
CMYK 0 0.41 0.85 0.15
HSL 30.97º 0.74% 0.49% -
HSV(B) 30.97º 0.85% 0.85% -
XYZ 36.89 30.45 5.3 -
YUV 143.97 64.82 180.81 -
System Red Green Blue C M Y K H S L
Decimal 218 128 32 0 0.41 0.85 0.15 30.97 0.74 0.49
Hex DA 80 20 0 29 55 F 1F 4A 31
Octal 332 200 40 0 51 125 17 37 112 61
Binary 11011010 10000000 100000 0 101001 1010101 1111 11111 1001010 110001

Color Harmonies of #DA8020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8020

Black with #DA8020

Text Example


Text Example

White with #DA8020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8020; }

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

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

background-color css

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

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

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

border-color css

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

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

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