Html Css Color HEX #D99E2F Buttercup

📋 copy color: '#D99E2F'

red 217 ◦ green 158 ◦ blue 47

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

Shades of Buttercup #D99E2F

Tints of Buttercup #D99E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.14%

R = 51.42%
G = 37.44%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D99E2F (or 0xD99E2F) is known color: Buttercup. HEX triplet: D9, 9E and 2F. RGB value is (217,158,47). Sum of RGB (Red+Green+Blue) = 217+158+47=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99E2F is #2661D0. Grayscale: #A3A3A3. Windows color (decimal): -2515409 or 3120857. OLE color: 3120857.

HSL color Cylindrical-coordinate representation of color #D99E2F: hue angle of 39.18º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D99E2F is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 158 47 -
CMYK 0 0.27 0.78 0.15
HSL 39.18º 0.69% 0.52% -
HSV(B) 39.18º 0.78% 0.85% -
XYZ 41.36 39.41 8.12 -
YUV 162.99 62.55 166.53 -
System Red Green Blue C M Y K H S L
Decimal 217 158 47 0 0.27 0.78 0.15 39.18 0.69 0.52
Hex D9 9E 2F 0 1B 4E F 27 45 34
Octal 331 236 57 0 33 116 17 47 105 64
Binary 11011001 10011110 101111 0 11011 1001110 1111 100111 1000101 110100

Color Harmonies of #D99E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E2F

Black with #D99E2F

Text Example


Text Example

White with #D99E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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