Html Css Color HEX #DFD448 Confetti

📋 copy color: '#DFD448'

red 223 ◦ green 212 ◦ blue 72

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

Shades of Confetti #DFD448

Tints of Confetti #DFD448

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.81%

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

R = 43.98%
G = 41.81%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFD448 (or 0xDFD448) is known color: Confetti. HEX triplet: DF, D4 and 48. RGB value is (223,212,72). Sum of RGB (Red+Green+Blue) = 223+212+72=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD448 is #202BB7. Grayscale: #C7C7C7. Windows color (decimal): -2108344 or 4773087. OLE color: 4773087.

HSL color Cylindrical-coordinate representation of color #DFD448: hue angle of 55.63º 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 #DFD448 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 212 72 -
CMYK 0 0.05 0.68 0.13
HSL 55.63º 0.7% 0.58% -
HSV(B) 55.63º 0.68% 0.87% -
XYZ 55.14 63.24 15.43 -
YUV 199.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 223 212 72 0 0.05 0.68 0.13 55.63 0.7 0.58
Hex DF D4 48 0 5 44 D 38 46 3A
Octal 337 324 110 0 5 104 15 70 106 72
Binary 11011111 11010100 1001000 0 101 1000100 1101 111000 1000110 111010

Color Harmonies of #DFD448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD448

Black with #DFD448

Text Example


Text Example

White with #DFD448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD448; }

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

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

background-color css

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

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

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

border-color css

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

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

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