Html Css Color HEX #D99425 Buttercup

📋 copy color: '#D99425'

red 217 ◦ green 148 ◦ blue 37

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

Shades of Buttercup #D99425

Tints of Buttercup #D99425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 53.98%
G = 36.82%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D99425 (or 0xD99425) is known color: Buttercup. HEX triplet: D9, 94 and 25. RGB value is (217,148,37). Sum of RGB (Red+Green+Blue) = 217+148+37=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D99425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99425 is #266BDA. Grayscale: #9C9C9C. Windows color (decimal): -2517979 or 2462937. OLE color: 2462937.

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

Color convert

RGB 217 148 37 -
CMYK 0 0.32 0.83 0.15
HSL 37º 0.71% 0.5% -
HSV(B) 37º 0.83% 0.85% -
XYZ 39.54 36.07 6.63 -
YUV 155.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 217 148 37 0 0.32 0.83 0.15 37 0.71 0.5
Hex D9 94 25 0 20 53 F 25 47 32
Octal 331 224 45 0 40 123 17 45 107 62
Binary 11011001 10010100 100101 0 100000 1010011 1111 100101 1000111 110010

Color Harmonies of #D99425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99425

Black with #D99425

Text Example


Text Example

White with #D99425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99425; }

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

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

background-color css

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

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

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

border-color css

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

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

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