Html Css Color HEX #D49928 Buttercup

📋 copy color: '#D49928'

red 212 ◦ green 153 ◦ blue 40

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

Shades of Buttercup #D49928

Tints of Buttercup #D49928

RGB

 RED value IS 212 (83.2% from 255) = 52.35%

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

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

R = 52.35%
G = 37.78%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D49928 (or 0xD49928) is known color: Buttercup. HEX triplet: D4, 99 and 28. RGB value is (212,153,40). Sum of RGB (Red+Green+Blue) = 212+153+40=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D49928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49928 is #2B66D7. Grayscale: #9E9E9E. Windows color (decimal): -2844376 or 2660820. OLE color: 2660820.

HSL color Cylindrical-coordinate representation of color #D49928: hue angle of 39.42º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D49928 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 153 40 -
CMYK 0 0.28 0.81 0.17
HSL 39.42º 0.68% 0.49% -
HSV(B) 39.42º 0.81% 0.83% -
XYZ 38.93 36.93 7.08 -
YUV 157.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 212 153 40 0 0.28 0.81 0.17 39.42 0.68 0.49
Hex D4 99 28 0 1C 51 11 27 44 31
Octal 324 231 50 0 34 121 21 47 104 61
Binary 11010100 10011001 101000 0 11100 1010001 10001 100111 1000100 110001

Color Harmonies of #D49928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49928

Black with #D49928

Text Example


Text Example

White with #D49928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49928; }

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

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

background-color css

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

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

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

border-color css

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

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

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