Html Css Color HEX #D99028 Buttercup

📋 copy color: '#D99028'

red 217 ◦ green 144 ◦ blue 40

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

Shades of Buttercup #D99028

Tints of Buttercup #D99028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

 BLUE value IS 40 (16.02% from 255) = 9.98%

R = 54.11%
G = 35.91%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D99028 (or 0xD99028) is known color: Buttercup. HEX triplet: D9, 90 and 28. RGB value is (217,144,40). Sum of RGB (Red+Green+Blue) = 217+144+40=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D99028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99028 is #266FD7. Grayscale: #9A9A9A. Windows color (decimal): -2519000 or 2658521. OLE color: 2658521.

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

Color convert

RGB 217 144 40 -
CMYK 0 0.34 0.82 0.15
HSL 35.25º 0.7% 0.5% -
HSV(B) 35.25º 0.82% 0.85% -
XYZ 38.97 34.85 6.68 -
YUV 153.97 63.68 172.96 -
System Red Green Blue C M Y K H S L
Decimal 217 144 40 0 0.34 0.82 0.15 35.25 0.7 0.5
Hex D9 90 28 0 22 52 F 23 46 32
Octal 331 220 50 0 42 122 17 43 106 62
Binary 11011001 10010000 101000 0 100010 1010010 1111 100011 1000110 110010

Color Harmonies of #D99028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99028

Black with #D99028

Text Example


Text Example

White with #D99028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99028; }

 p { color: rgb(217,144,40); }

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

background-color css

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

 a { background-color: rgb(217,144,40); }

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

border-color css

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

 span { border-color: rgb(217,144,40); }

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