Html Css Color HEX #D99F30 Buttercup

📋 copy color: '#D99F30'

red 217 ◦ green 159 ◦ blue 48

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

Shades of Buttercup #D99F30

Tints of Buttercup #D99F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.32%

R = 51.18%
G = 37.5%
B = 11.32%

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

#D99F30 (or 0xD99F30) is known color: Buttercup. HEX triplet: D9, 9F and 30. RGB value is (217,159,48). Sum of RGB (Red+Green+Blue) = 217+159+48=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F30 is #2660CF. Grayscale: #A4A4A4. Windows color (decimal): -2515152 or 3186649. OLE color: 3186649.

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

Color convert

RGB 217 159 48 -
CMYK 0 0.27 0.78 0.15
HSL 39.41º 0.69% 0.52% -
HSV(B) 39.41º 0.78% 0.85% -
XYZ 41.55 39.76 8.28 -
YUV 163.69 62.72 166.03 -
System Red Green Blue C M Y K H S L
Decimal 217 159 48 0 0.27 0.78 0.15 39.41 0.69 0.52
Hex D9 9F 30 0 1B 4E F 27 45 34
Octal 331 237 60 0 33 116 17 47 105 64
Binary 11011001 10011111 110000 0 11011 1001110 1111 100111 1000101 110100

Color Harmonies of #D99F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F30

Black with #D99F30

Text Example


Text Example

White with #D99F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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