Html Css Color HEX #DA8024 Ochre

📋 copy color: '#DA8024'

red 218 ◦ green 128 ◦ blue 36

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

Shades of Ochre #DA8024

Tints of Ochre #DA8024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.42%

R = 57.07%
G = 33.51%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA8024 (or 0xDA8024) is known color: Ochre. HEX triplet: DA, 80 and 24. RGB value is (218,128,36). Sum of RGB (Red+Green+Blue) = 218+128+36=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8024 is #257FDB. Grayscale: #909090. Windows color (decimal): -2457564 or 2392282. OLE color: 2392282.

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

Color convert

RGB 218 128 36 -
CMYK 0 0.41 0.83 0.15
HSL 30.33º 0.72% 0.5% -
HSV(B) 30.33º 0.83% 0.85% -
XYZ 36.95 30.47 5.6 -
YUV 144.42 66.82 180.48 -
System Red Green Blue C M Y K H S L
Decimal 218 128 36 0 0.41 0.83 0.15 30.33 0.72 0.5
Hex DA 80 24 0 29 53 F 1E 48 32
Octal 332 200 44 0 51 123 17 36 110 62
Binary 11011010 10000000 100100 0 101001 1010011 1111 11110 1001000 110010

Color Harmonies of #DA8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8024

Black with #DA8024

Text Example


Text Example

White with #DA8024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8024; }

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

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

background-color css

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

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

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

border-color css

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

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

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