Html Css Color HEX #DDD748 Confetti

📋 copy color: '#DDD748'

red 221 ◦ green 215 ◦ blue 72

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

Shades of Confetti #DDD748

Tints of Confetti #DDD748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.32%

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

R = 43.5%
G = 42.32%
B = 14.17%

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

#DDD748 (or 0xDDD748) is known color: Confetti. HEX triplet: DD, D7 and 48. RGB value is (221,215,72). Sum of RGB (Red+Green+Blue) = 221+215+72=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD748 is #2228B7. Grayscale: #C9C9C9. Windows color (decimal): -2238648 or 4773853. OLE color: 4773853.

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

Color convert

RGB 221 215 72 -
CMYK 0 0.03 0.67 0.13
HSL 57.58º 0.69% 0.57% -
HSV(B) 57.58º 0.67% 0.87% -
XYZ 55.29 64.44 15.66 -
YUV 200.49 55.49 142.63 -
System Red Green Blue C M Y K H S L
Decimal 221 215 72 0 0.03 0.67 0.13 57.58 0.69 0.57
Hex DD D7 48 0 3 43 D 3A 45 39
Octal 335 327 110 0 3 103 15 72 105 71
Binary 11011101 11010111 1001000 0 11 1000011 1101 111010 1000101 111001

Color Harmonies of #DDD748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD748

Black with #DDD748

Text Example


Text Example

White with #DDD748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD748; }

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

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

background-color css

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

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

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

border-color css

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

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

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