Html Css Color HEX #D39428 Buttercup

📋 copy color: '#D39428'

red 211 ◦ green 148 ◦ blue 40

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

Shades of Buttercup #D39428

Tints of Buttercup #D39428

RGB

 RED value IS 211 (82.81% from 255) = 52.88%

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

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

R = 52.88%
G = 37.09%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D39428 (or 0xD39428) is known color: Buttercup. HEX triplet: D3, 94 and 28. RGB value is (211,148,40). Sum of RGB (Red+Green+Blue) = 211+148+40=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D39428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39428 is #2C6BD7. Grayscale: #9B9B9B. Windows color (decimal): -2911192 or 2659539. OLE color: 2659539.

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

Color convert

RGB 211 148 40 -
CMYK 0 0.30 0.81 0.17
HSL 37.89º 0.68% 0.49% -
HSV(B) 37.89º 0.81% 0.83% -
XYZ 37.84 35.18 6.8 -
YUV 154.53 63.37 168.28 -
System Red Green Blue C M Y K H S L
Decimal 211 148 40 0 0.30 0.81 0.17 37.89 0.68 0.49
Hex D3 94 28 0 1E 51 11 26 44 31
Octal 323 224 50 0 36 121 21 46 104 61
Binary 11010011 10010100 101000 0 11110 1010001 10001 100110 1000100 110001

Color Harmonies of #D39428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39428

Black with #D39428

Text Example


Text Example

White with #D39428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39428; }

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

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

background-color css

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

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

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

border-color css

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

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

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