Html Css Color HEX #DA9521 Buttercup

📋 copy color: '#DA9521'

red 218 ◦ green 149 ◦ blue 33

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

Shades of Buttercup #DA9521

Tints of Buttercup #DA9521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.25%

R = 54.5%
G = 37.25%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA9521 (or 0xDA9521) is known color: Buttercup. HEX triplet: DA, 95 and 21. RGB value is (218,149,33). Sum of RGB (Red+Green+Blue) = 218+149+33=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9521 is #256ADE. Grayscale: #9C9C9C. Windows color (decimal): -2452191 or 2201050. OLE color: 2201050.

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

Color convert

RGB 218 149 33 -
CMYK 0 0.32 0.85 0.15
HSL 37.62º 0.74% 0.49% -
HSV(B) 37.62º 0.85% 0.85% -
XYZ 39.94 36.51 6.38 -
YUV 156.41 58.36 171.93 -
System Red Green Blue C M Y K H S L
Decimal 218 149 33 0 0.32 0.85 0.15 37.62 0.74 0.49
Hex DA 95 21 0 20 55 F 26 4A 31
Octal 332 225 41 0 40 125 17 46 112 61
Binary 11011010 10010101 100001 0 100000 1010101 1111 100110 1001010 110001

Color Harmonies of #DA9521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9521

Black with #DA9521

Text Example


Text Example

White with #DA9521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9521; }

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

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

background-color css

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

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

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

border-color css

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

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

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