Html Css Color HEX #DDD648 Confetti

📋 copy color: '#DDD648'

red 221 ◦ green 214 ◦ blue 72

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

Shades of Confetti #DDD648

Tints of Confetti #DDD648

RGB

 RED value IS 221 (86.72% from 255) = 43.59%

 GREEN value IS 214 (83.98% from 255) = 42.21%

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

R = 43.59%
G = 42.21%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDD648 (or 0xDDD648) is known color: Confetti. HEX triplet: DD, D6 and 48. RGB value is (221,214,72). Sum of RGB (Red+Green+Blue) = 221+214+72=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD648 is #2229B7. Grayscale: #C8C8C8. Windows color (decimal): -2238904 or 4773597. OLE color: 4773597.

HSL color Cylindrical-coordinate representation of color #DDD648: hue angle of 57.18º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDD648 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 72 -
CMYK 0 0.03 0.67 0.13
HSL 57.18º 0.69% 0.57% -
HSV(B) 57.18º 0.67% 0.87% -
XYZ 55.04 63.93 15.57 -
YUV 199.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 221 214 72 0 0.03 0.67 0.13 57.18 0.69 0.57
Hex DD D6 48 0 3 43 D 39 45 39
Octal 335 326 110 0 3 103 15 71 105 71
Binary 11011101 11010110 1001000 0 11 1000011 1101 111001 1000101 111001

Color Harmonies of #DDD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD648

Black with #DDD648

Text Example


Text Example

White with #DDD648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD648; }

 p { color: rgb(221,214,72); }

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

background-color css

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

 a { background-color: rgb(221,214,72); }

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

border-color css

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

 span { border-color: rgb(221,214,72); }

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