Html Css Color HEX #DA9128 Buttercup

📋 copy color: '#DA9128'

red 218 ◦ green 145 ◦ blue 40

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

Shades of Buttercup #DA9128

Tints of Buttercup #DA9128

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.98%

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

R = 54.09%
G = 35.98%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA9128 (or 0xDA9128) is known color: Buttercup. HEX triplet: DA, 91 and 28. RGB value is (218,145,40). Sum of RGB (Red+Green+Blue) = 218+145+40=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9128 is #256ED7. Grayscale: #9B9B9B. Windows color (decimal): -2453208 or 2658778. OLE color: 2658778.

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

Color convert

RGB 218 145 40 -
CMYK 0 0.33 0.82 0.15
HSL 35.39º 0.71% 0.51% -
HSV(B) 35.39º 0.82% 0.85% -
XYZ 39.42 35.31 6.75 -
YUV 154.86 63.18 173.04 -
System Red Green Blue C M Y K H S L
Decimal 218 145 40 0 0.33 0.82 0.15 35.39 0.71 0.51
Hex DA 91 28 0 21 52 F 23 47 33
Octal 332 221 50 0 41 122 17 43 107 63
Binary 11011010 10010001 101000 0 100001 1010010 1111 100011 1000111 110011

Color Harmonies of #DA9128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9128

Black with #DA9128

Text Example


Text Example

White with #DA9128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9128; }

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

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

background-color css

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

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

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

border-color css

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

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

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