Html Css Color HEX #DA8424 Buttercup

📋 copy color: '#DA8424'

red 218 ◦ green 132 ◦ blue 36

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

Shades of Buttercup #DA8424

Tints of Buttercup #DA8424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.2%

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

R = 56.48%
G = 34.2%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA8424 (or 0xDA8424) is known color: Buttercup. HEX triplet: DA, 84 and 24. RGB value is (218,132,36). Sum of RGB (Red+Green+Blue) = 218+132+36=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8424 is #257BDB. Grayscale: #939393. Windows color (decimal): -2456540 or 2393306. OLE color: 2393306.

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

Color convert

RGB 218 132 36 -
CMYK 0 0.39 0.83 0.15
HSL 31.65º 0.72% 0.5% -
HSV(B) 31.65º 0.83% 0.85% -
XYZ 37.48 31.54 5.78 -
YUV 146.77 65.49 178.81 -
System Red Green Blue C M Y K H S L
Decimal 218 132 36 0 0.39 0.83 0.15 31.65 0.72 0.5
Hex DA 84 24 0 27 53 F 20 48 32
Octal 332 204 44 0 47 123 17 40 110 62
Binary 11011010 10000100 100100 0 100111 1010011 1111 100000 1001000 110010

Color Harmonies of #DA8424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8424

Black with #DA8424

Text Example


Text Example

White with #DA8424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8424; }

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

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

background-color css

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

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

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

border-color css

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

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

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