Html Css Color HEX #DDCC48 Confetti

📋 copy color: '#DDCC48'

red 221 ◦ green 204 ◦ blue 72

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

Shades of Confetti #DDCC48

Tints of Confetti #DDCC48

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.05%

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

R = 44.47%
G = 41.05%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDCC48 (or 0xDDCC48) is known color: Confetti. HEX triplet: DD, CC and 48. RGB value is (221,204,72). Sum of RGB (Red+Green+Blue) = 221+204+72=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 72 (28.52% from 255 or 14.49% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC48 is #2233B7. Grayscale: #C2C2C2. Windows color (decimal): -2241464 or 4771037. OLE color: 4771037.

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

Color convert

RGB 221 204 72 -
CMYK 0 0.08 0.67 0.13
HSL 53.15º 0.69% 0.57% -
HSV(B) 53.15º 0.67% 0.87% -
XYZ 52.58 59.03 14.75 -
YUV 194.04 59.13 147.23 -
System Red Green Blue C M Y K H S L
Decimal 221 204 72 0 0.08 0.67 0.13 53.15 0.69 0.57
Hex DD CC 48 0 8 43 D 35 45 39
Octal 335 314 110 0 10 103 15 65 105 71
Binary 11011101 11001100 1001000 0 1000 1000011 1101 110101 1000101 111001

Color Harmonies of #DDCC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC48

Black with #DDCC48

Text Example


Text Example

White with #DDCC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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