Html Css Color HEX #DA9428 Buttercup

📋 copy color: '#DA9428'

red 218 ◦ green 148 ◦ blue 40

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

Shades of Buttercup #DA9428

Tints of Buttercup #DA9428

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

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

R = 53.69%
G = 36.45%
B = 9.85%

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

#DA9428 (or 0xDA9428) is known color: Buttercup. HEX triplet: DA, 94 and 28. RGB value is (218,148,40). Sum of RGB (Red+Green+Blue) = 218+148+40=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9428 is #256BD7. Grayscale: #9D9D9D. Windows color (decimal): -2452440 or 2659546. OLE color: 2659546.

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

Color convert

RGB 218 148 40 -
CMYK 0 0.32 0.82 0.15
HSL 36.4º 0.71% 0.51% -
HSV(B) 36.4º 0.82% 0.85% -
XYZ 39.89 36.24 6.9 -
YUV 156.62 62.19 171.78 -
System Red Green Blue C M Y K H S L
Decimal 218 148 40 0 0.32 0.82 0.15 36.4 0.71 0.51
Hex DA 94 28 0 20 52 F 24 47 33
Octal 332 224 50 0 40 122 17 44 107 63
Binary 11011010 10010100 101000 0 100000 1010010 1111 100100 1000111 110011

Color Harmonies of #DA9428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9428

Black with #DA9428

Text Example


Text Example

White with #DA9428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9428; }

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

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

background-color css

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

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

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

border-color css

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

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

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