Html Css Color HEX #D8D048 Confetti

📋 copy color: '#D8D048'

red 216 ◦ green 208 ◦ blue 72

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

Shades of Confetti #D8D048

Tints of Confetti #D8D048

RGB

 RED value IS 216 (84.77% from 255) = 43.55%

 GREEN value IS 208 (81.64% from 255) = 41.94%

 BLUE value IS 72 (28.52% from 255) = 14.52%

R = 43.55%
G = 41.94%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D8D048 (or 0xD8D048) is known color: Confetti. HEX triplet: D8, D0 and 48. RGB value is (216,208,72). Sum of RGB (Red+Green+Blue) = 216+208+72=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D048 is #272FB7. Grayscale: #C3C3C3. Windows color (decimal): -2568120 or 4772056. OLE color: 4772056.

HSL color Cylindrical-coordinate representation of color #D8D048: hue angle of 56.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8D048 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 208 72 -
CMYK 0 0.04 0.67 0.15
HSL 56.67º 0.65% 0.56% -
HSV(B) 56.67º 0.67% 0.85% -
XYZ 52.04 60.18 15 -
YUV 194.89 58.65 143.06 -
System Red Green Blue C M Y K H S L
Decimal 216 208 72 0 0.04 0.67 0.15 56.67 0.65 0.56
Hex D8 D0 48 0 4 43 F 39 41 38
Octal 330 320 110 0 4 103 17 71 101 70
Binary 11011000 11010000 1001000 0 100 1000011 1111 111001 1000001 111000

Color Harmonies of #D8D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D048

Black with #D8D048

Text Example


Text Example

White with #D8D048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D048; }

 p { color: rgb(216,208,72); }

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

background-color css

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

 a { background-color: rgb(216,208,72); }

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

border-color css

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

 span { border-color: rgb(216,208,72); }

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