Html Css Color HEX #DA9928 Buttercup

📋 copy color: '#DA9928'

red 218 ◦ green 153 ◦ blue 40

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

Shades of Buttercup #DA9928

Tints of Buttercup #DA9928

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

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

R = 53.04%
G = 37.23%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA9928 (or 0xDA9928) is known color: Buttercup. HEX triplet: DA, 99 and 28. RGB value is (218,153,40). Sum of RGB (Red+Green+Blue) = 218+153+40=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9928 is #2566D7. Grayscale: #A0A0A0. Windows color (decimal): -2451160 or 2660826. OLE color: 2660826.

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

Color convert

RGB 218 153 40 -
CMYK 0 0.30 0.82 0.15
HSL 38.09º 0.71% 0.51% -
HSV(B) 38.09º 0.82% 0.85% -
XYZ 40.69 37.84 7.17 -
YUV 159.55 60.53 169.69 -
System Red Green Blue C M Y K H S L
Decimal 218 153 40 0 0.30 0.82 0.15 38.09 0.71 0.51
Hex DA 99 28 0 1E 52 F 26 47 33
Octal 332 231 50 0 36 122 17 46 107 63
Binary 11011010 10011001 101000 0 11110 1010010 1111 100110 1000111 110011

Color Harmonies of #DA9928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9928

Black with #DA9928

Text Example


Text Example

White with #DA9928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9928; }

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

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

background-color css

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

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

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

border-color css

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

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

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