Html Css Color HEX #DA9529 Buttercup

📋 copy color: '#DA9529'

red 218 ◦ green 149 ◦ blue 41

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

Shades of Buttercup #DA9529

Tints of Buttercup #DA9529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 53.43%
G = 36.52%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA9529 (or 0xDA9529) is known color: Buttercup. HEX triplet: DA, 95 and 29. RGB value is (218,149,41). Sum of RGB (Red+Green+Blue) = 218+149+41=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9529 is #256AD6. Grayscale: #9D9D9D. Windows color (decimal): -2452183 or 2725338. OLE color: 2725338.

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

Color convert

RGB 218 149 41 -
CMYK 0 0.32 0.81 0.15
HSL 36.61º 0.71% 0.51% -
HSV(B) 36.61º 0.81% 0.85% -
XYZ 40.06 36.56 7.04 -
YUV 157.32 62.36 171.28 -
System Red Green Blue C M Y K H S L
Decimal 218 149 41 0 0.32 0.81 0.15 36.61 0.71 0.51
Hex DA 95 29 0 20 51 F 25 47 33
Octal 332 225 51 0 40 121 17 45 107 63
Binary 11011010 10010101 101001 0 100000 1010001 1111 100101 1000111 110011

Color Harmonies of #DA9529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9529

Black with #DA9529

Text Example


Text Example

White with #DA9529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9529; }

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

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

background-color css

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

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

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

border-color css

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

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

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