Html Css Color HEX #D99F2B Buttercup

📋 copy color: '#D99F2B'

red 217 ◦ green 159 ◦ blue 43

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

Shades of Buttercup #D99F2B

Tints of Buttercup #D99F2B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

 BLUE value IS 43 (17.19% from 255) = 10.26%

R = 51.79%
G = 37.95%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D99F2B (or 0xD99F2B) is known color: Buttercup. HEX triplet: D9, 9F and 2B. RGB value is (217,159,43). Sum of RGB (Red+Green+Blue) = 217+159+43=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F2B is #2660D4. Grayscale: #A3A3A3. Windows color (decimal): -2515157 or 2858969. OLE color: 2858969.

HSL color Cylindrical-coordinate representation of color #D99F2B: hue angle of 40º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D99F2B is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 43 -
CMYK 0 0.27 0.80 0.15
HSL 40º 0.7% 0.51% -
HSV(B) 40º 0.8% 0.85% -
XYZ 41.45 39.72 7.77 -
YUV 163.12 60.22 166.43 -
System Red Green Blue C M Y K H S L
Decimal 217 159 43 0 0.27 0.80 0.15 40 0.7 0.51
Hex D9 9F 2B 0 1B 50 F 28 46 33
Octal 331 237 53 0 33 120 17 50 106 63
Binary 11011001 10011111 101011 0 11011 1010000 1111 101000 1000110 110011

Color Harmonies of #D99F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F2B

Black with #D99F2B

Text Example


Text Example

White with #D99F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F2B; }

 p { color: rgb(217,159,43); }

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

background-color css

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

 a { background-color: rgb(217,159,43); }

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

border-color css

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

 span { border-color: rgb(217,159,43); }

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