Html Css Color HEX #DA9528 Buttercup

📋 copy color: '#DA9528'

red 218 ◦ green 149 ◦ blue 40

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

Shades of Buttercup #DA9528

Tints of Buttercup #DA9528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

 BLUE value IS 40 (16.02% from 255) = 9.83%

R = 53.56%
G = 36.61%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA9528 (or 0xDA9528) is known color: Buttercup. HEX triplet: DA, 95 and 28. RGB value is (218,149,40). Sum of RGB (Red+Green+Blue) = 218+149+40=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9528 is #256AD7. Grayscale: #9D9D9D. Windows color (decimal): -2452184 or 2659802. OLE color: 2659802.

HSL color Cylindrical-coordinate representation of color #DA9528: hue angle of 36.74º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA9528 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 149 40 -
CMYK 0 0.32 0.82 0.15
HSL 36.74º 0.71% 0.51% -
HSV(B) 36.74º 0.82% 0.85% -
XYZ 40.04 36.55 6.95 -
YUV 157.21 61.86 171.36 -
System Red Green Blue C M Y K H S L
Decimal 218 149 40 0 0.32 0.82 0.15 36.74 0.71 0.51
Hex DA 95 28 0 20 52 F 25 47 33
Octal 332 225 50 0 40 122 17 45 107 63
Binary 11011010 10010101 101000 0 100000 1010010 1111 100101 1000111 110011

Color Harmonies of #DA9528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9528

Black with #DA9528

Text Example


Text Example

White with #DA9528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9528; }

 p { color: rgb(218,149,40); }

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

background-color css

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

 a { background-color: rgb(218,149,40); }

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

border-color css

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

 span { border-color: rgb(218,149,40); }

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