Html Css Color HEX #D8D248 Confetti

📋 copy color: '#D8D248'

red 216 ◦ green 210 ◦ blue 72

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

Shades of Confetti #D8D248

Tints of Confetti #D8D248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.17%

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

R = 43.37%
G = 42.17%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D8D248 (or 0xD8D248) is known color: Confetti. HEX triplet: D8, D2 and 48. RGB value is (216,210,72). Sum of RGB (Red+Green+Blue) = 216+210+72=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D248 is #272DB7. Grayscale: #C4C4C4. Windows color (decimal): -2567608 or 4772568. OLE color: 4772568.

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

Color convert

RGB 216 210 72 -
CMYK 0 0.03 0.67 0.15
HSL 57.5º 0.65% 0.56% -
HSV(B) 57.5º 0.67% 0.85% -
XYZ 52.54 61.16 15.17 -
YUV 196.06 57.99 142.22 -
System Red Green Blue C M Y K H S L
Decimal 216 210 72 0 0.03 0.67 0.15 57.5 0.65 0.56
Hex D8 D2 48 0 3 43 F 3A 41 38
Octal 330 322 110 0 3 103 17 72 101 70
Binary 11011000 11010010 1001000 0 11 1000011 1111 111010 1000001 111000

Color Harmonies of #D8D248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D248

Black with #D8D248

Text Example


Text Example

White with #D8D248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D248; }

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

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

background-color css

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

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

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

border-color css

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

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

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