Html Css Color HEX #DA9526 Buttercup

📋 copy color: '#DA9526'

red 218 ◦ green 149 ◦ blue 38

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

Shades of Buttercup #DA9526

Tints of Buttercup #DA9526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 53.83%
G = 36.79%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA9526 (or 0xDA9526) is known color: Buttercup. HEX triplet: DA, 95 and 26. RGB value is (218,149,38). Sum of RGB (Red+Green+Blue) = 218+149+38=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9526 is #256AD9. Grayscale: #9D9D9D. Windows color (decimal): -2452186 or 2528730. OLE color: 2528730.

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

Color convert

RGB 218 149 38 -
CMYK 0 0.32 0.83 0.15
HSL 37º 0.71% 0.5% -
HSV(B) 37º 0.83% 0.85% -
XYZ 40.01 36.54 6.78 -
YUV 156.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 218 149 38 0 0.32 0.83 0.15 37 0.71 0.5
Hex DA 95 26 0 20 53 F 25 47 32
Octal 332 225 46 0 40 123 17 45 107 62
Binary 11011010 10010101 100110 0 100000 1010011 1111 100101 1000111 110010

Color Harmonies of #DA9526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9526

Black with #DA9526

Text Example


Text Example

White with #DA9526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9526; }

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

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

background-color css

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

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

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

border-color css

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

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

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