Html Css Color HEX #D99A30 Buttercup

📋 copy color: '#D99A30'

red 217 ◦ green 154 ◦ blue 48

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

Shades of Buttercup #D99A30

Tints of Buttercup #D99A30

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.75%

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

R = 51.79%
G = 36.75%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D99A30 (or 0xD99A30) is known color: Buttercup. HEX triplet: D9, 9A and 30. RGB value is (217,154,48). Sum of RGB (Red+Green+Blue) = 217+154+48=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A30 is #2665CF. Grayscale: #A1A1A1. Windows color (decimal): -2516432 or 3185369. OLE color: 3185369.

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

Color convert

RGB 217 154 48 -
CMYK 0 0.29 0.78 0.15
HSL 37.63º 0.69% 0.52% -
HSV(B) 37.63º 0.78% 0.85% -
XYZ 40.7 38.08 8 -
YUV 160.75 64.37 168.12 -
System Red Green Blue C M Y K H S L
Decimal 217 154 48 0 0.29 0.78 0.15 37.63 0.69 0.52
Hex D9 9A 30 0 1D 4E F 26 45 34
Octal 331 232 60 0 35 116 17 46 105 64
Binary 11011001 10011010 110000 0 11101 1001110 1111 100110 1000101 110100

Color Harmonies of #D99A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A30

Black with #D99A30

Text Example


Text Example

White with #D99A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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