Html Css Color HEX #D49028 Buttercup

📋 copy color: '#D49028'

red 212 ◦ green 144 ◦ blue 40

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

Shades of Buttercup #D49028

Tints of Buttercup #D49028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.36%

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

R = 53.54%
G = 36.36%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D49028 (or 0xD49028) is known color: Buttercup. HEX triplet: D4, 90 and 28. RGB value is (212,144,40). Sum of RGB (Red+Green+Blue) = 212+144+40=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D49028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49028 is #2B6FD7. Grayscale: #989898. Windows color (decimal): -2846680 or 2658516. OLE color: 2658516.

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

Color convert

RGB 212 144 40 -
CMYK 0 0.32 0.81 0.17
HSL 36.28º 0.68% 0.49% -
HSV(B) 36.28º 0.81% 0.83% -
XYZ 37.51 34.1 6.61 -
YUV 152.48 64.53 170.46 -
System Red Green Blue C M Y K H S L
Decimal 212 144 40 0 0.32 0.81 0.17 36.28 0.68 0.49
Hex D4 90 28 0 20 51 11 24 44 31
Octal 324 220 50 0 40 121 21 44 104 61
Binary 11010100 10010000 101000 0 100000 1010001 10001 100100 1000100 110001

Color Harmonies of #D49028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49028

Black with #D49028

Text Example


Text Example

White with #D49028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49028; }

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

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

background-color css

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

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

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

border-color css

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

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

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