Html Css Color HEX #D99D25 Buttercup

📋 copy color: '#D99D25'

red 217 ◦ green 157 ◦ blue 37

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

Shades of Buttercup #D99D25

Tints of Buttercup #D99D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9%

R = 52.8%
G = 38.2%
B = 9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D99D25 (or 0xD99D25) is known color: Buttercup. HEX triplet: D9, 9D and 25. RGB value is (217,157,37). Sum of RGB (Red+Green+Blue) = 217+157+37=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99D25 is #2662DA. Grayscale: #A1A1A1. Windows color (decimal): -2515675 or 2465241. OLE color: 2465241.

HSL color Cylindrical-coordinate representation of color #D99D25: hue angle of 40º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D99D25 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 157 37 -
CMYK 0 0.28 0.83 0.15
HSL 40º 0.71% 0.5% -
HSV(B) 40º 0.83% 0.85% -
XYZ 41.01 39 7.12 -
YUV 161.26 57.88 167.76 -
System Red Green Blue C M Y K H S L
Decimal 217 157 37 0 0.28 0.83 0.15 40 0.71 0.5
Hex D9 9D 25 0 1C 53 F 28 47 32
Octal 331 235 45 0 34 123 17 50 107 62
Binary 11011001 10011101 100101 0 11100 1010011 1111 101000 1000111 110010

Color Harmonies of #D99D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D25

Black with #D99D25

Text Example


Text Example

White with #D99D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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