Html Css Color HEX #D99428 Buttercup

📋 copy color: '#D99428'

red 217 ◦ green 148 ◦ blue 40

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

Shades of Buttercup #D99428

Tints of Buttercup #D99428

RGB

 RED value IS 217 (85.16% from 255) = 53.58%

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

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

R = 53.58%
G = 36.54%
B = 9.88%

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

#D99428 (or 0xD99428) is known color: Buttercup. HEX triplet: D9, 94 and 28. RGB value is (217,148,40). Sum of RGB (Red+Green+Blue) = 217+148+40=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D99428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99428 is #266BD7. Grayscale: #9C9C9C. Windows color (decimal): -2517976 or 2659545. OLE color: 2659545.

HSL color Cylindrical-coordinate representation of color #D99428: hue angle of 36.61º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D99428 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 40 -
CMYK 0 0.32 0.82 0.15
HSL 36.61º 0.7% 0.5% -
HSV(B) 36.61º 0.82% 0.85% -
XYZ 39.59 36.08 6.89 -
YUV 156.32 62.36 171.28 -
System Red Green Blue C M Y K H S L
Decimal 217 148 40 0 0.32 0.82 0.15 36.61 0.7 0.5
Hex D9 94 28 0 20 52 F 25 46 32
Octal 331 224 50 0 40 122 17 45 106 62
Binary 11011001 10010100 101000 0 100000 1010010 1111 100101 1000110 110010

Color Harmonies of #D99428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99428

Black with #D99428

Text Example


Text Example

White with #D99428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99428; }

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

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

background-color css

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

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

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

border-color css

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

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

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