Html Css Color HEX #D99E28 Buttercup

📋 copy color: '#D99E28'

red 217 ◦ green 158 ◦ blue 40

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

Shades of Buttercup #D99E28

Tints of Buttercup #D99E28

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.07%

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

R = 52.29%
G = 38.07%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D99E28 (or 0xD99E28) is known color: Buttercup. HEX triplet: D9, 9E and 28. RGB value is (217,158,40). Sum of RGB (Red+Green+Blue) = 217+158+40=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99E28 is #2661D7. Grayscale: #A2A2A2. Windows color (decimal): -2515416 or 2662105. OLE color: 2662105.

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

Color convert

RGB 217 158 40 -
CMYK 0 0.27 0.82 0.15
HSL 40º 0.7% 0.5% -
HSV(B) 40º 0.82% 0.85% -
XYZ 41.23 39.36 7.43 -
YUV 162.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 217 158 40 0 0.27 0.82 0.15 40 0.7 0.5
Hex D9 9E 28 0 1B 52 F 28 46 32
Octal 331 236 50 0 33 122 17 50 106 62
Binary 11011001 10011110 101000 0 11011 1010010 1111 101000 1000110 110010

Color Harmonies of #D99E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E28

Black with #D99E28

Text Example


Text Example

White with #D99E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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