Html Css Color HEX #DA8124 Ochre

📋 copy color: '#DA8124'

red 218 ◦ green 129 ◦ blue 36

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

Shades of Ochre #DA8124

Tints of Ochre #DA8124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.68%

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

R = 56.92%
G = 33.68%
B = 9.4%

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

#DA8124 (or 0xDA8124) is known color: Ochre. HEX triplet: DA, 81 and 24. RGB value is (218,129,36). Sum of RGB (Red+Green+Blue) = 218+129+36=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8124 is #257EDB. Grayscale: #919191. Windows color (decimal): -2457308 or 2392538. OLE color: 2392538.

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

Color convert

RGB 218 129 36 -
CMYK 0 0.41 0.83 0.15
HSL 30.66º 0.72% 0.5% -
HSV(B) 30.66º 0.83% 0.85% -
XYZ 37.08 30.73 5.65 -
YUV 145.01 66.49 180.06 -
System Red Green Blue C M Y K H S L
Decimal 218 129 36 0 0.41 0.83 0.15 30.66 0.72 0.5
Hex DA 81 24 0 29 53 F 1F 48 32
Octal 332 201 44 0 51 123 17 37 110 62
Binary 11011010 10000001 100100 0 101001 1010011 1111 11111 1001000 110010

Color Harmonies of #DA8124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8124

Black with #DA8124

Text Example


Text Example

White with #DA8124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8124; }

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

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

background-color css

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

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

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

border-color css

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

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

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