Html Css Color HEX #D99B21 Buttercup

📋 copy color: '#D99B21'

red 217 ◦ green 155 ◦ blue 33

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

Shades of Buttercup #D99B21

Tints of Buttercup #D99B21

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.27%

 BLUE value IS 33 (13.28% from 255) = 8.15%

R = 53.58%
G = 38.27%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D99B21 (or 0xD99B21) is known color: Buttercup. HEX triplet: D9, 9B and 21. RGB value is (217,155,33). Sum of RGB (Red+Green+Blue) = 217+155+33=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99B21 is #2664DE. Grayscale: #A0A0A0. Windows color (decimal): -2516191 or 2202585. OLE color: 2202585.

HSL color Cylindrical-coordinate representation of color #D99B21: hue angle of 39.78º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D99B21 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 155 33 -
CMYK 0 0.29 0.85 0.15
HSL 39.78º 0.74% 0.49% -
HSV(B) 39.78º 0.85% 0.85% -
XYZ 40.61 38.3 6.69 -
YUV 159.63 56.54 168.92 -
System Red Green Blue C M Y K H S L
Decimal 217 155 33 0 0.29 0.85 0.15 39.78 0.74 0.49
Hex D9 9B 21 0 1D 55 F 28 4A 31
Octal 331 233 41 0 35 125 17 50 112 61
Binary 11011001 10011011 100001 0 11101 1010101 1111 101000 1001010 110001

Color Harmonies of #D99B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99B21

Black with #D99B21

Text Example


Text Example

White with #D99B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99B21; }

 p { color: rgb(217,155,33); }

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

background-color css

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

 a { background-color: rgb(217,155,33); }

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

border-color css

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

 span { border-color: rgb(217,155,33); }

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