Html Css Color HEX #D99D30 Buttercup

📋 copy color: '#D99D30'

red 217 ◦ green 157 ◦ blue 48

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

Shades of Buttercup #D99D30

Tints of Buttercup #D99D30

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.2%

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

R = 51.42%
G = 37.2%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D99D30 (or 0xD99D30) is known color: Buttercup. HEX triplet: D9, 9D and 30. RGB value is (217,157,48). Sum of RGB (Red+Green+Blue) = 217+157+48=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99D30 is #2662CF. Grayscale: #A3A3A3. Windows color (decimal): -2515664 or 3186137. OLE color: 3186137.

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

Color convert

RGB 217 157 48 -
CMYK 0 0.28 0.78 0.15
HSL 38.7º 0.69% 0.52% -
HSV(B) 38.7º 0.78% 0.85% -
XYZ 41.21 39.08 8.17 -
YUV 162.51 63.38 166.86 -
System Red Green Blue C M Y K H S L
Decimal 217 157 48 0 0.28 0.78 0.15 38.7 0.69 0.52
Hex D9 9D 30 0 1C 4E F 27 45 34
Octal 331 235 60 0 34 116 17 47 105 64
Binary 11011001 10011101 110000 0 11100 1001110 1111 100111 1000101 110100

Color Harmonies of #D99D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D30

Black with #D99D30

Text Example


Text Example

White with #D99D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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