Html Css Color HEX #DFD248 Confetti

📋 copy color: '#DFD248'

red 223 ◦ green 210 ◦ blue 72

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

Shades of Confetti #DFD248

Tints of Confetti #DFD248

RGB

 RED value IS 223 (87.5% from 255) = 44.16%

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

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

R = 44.16%
G = 41.58%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFD248 (or 0xDFD248) is known color: Confetti. HEX triplet: DF, D2 and 48. RGB value is (223,210,72). Sum of RGB (Red+Green+Blue) = 223+210+72=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD248 is #202DB7. Grayscale: #C6C6C6. Windows color (decimal): -2108856 or 4772575. OLE color: 4772575.

HSL color Cylindrical-coordinate representation of color #DFD248: hue angle of 54.83º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFD248 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 210 72 -
CMYK 0 0.06 0.68 0.13
HSL 54.83º 0.7% 0.58% -
HSV(B) 54.83º 0.68% 0.87% -
XYZ 54.65 62.25 15.27 -
YUV 198.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 223 210 72 0 0.06 0.68 0.13 54.83 0.7 0.58
Hex DF D2 48 0 6 44 D 37 46 3A
Octal 337 322 110 0 6 104 15 67 106 72
Binary 11011111 11010010 1001000 0 110 1000100 1101 110111 1000110 111010

Color Harmonies of #DFD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD248

Black with #DFD248

Text Example


Text Example

White with #DFD248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD248; }

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

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

background-color css

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

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

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

border-color css

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

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

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