Html Css Color HEX #DDCC53 Confetti

📋 copy color: '#DDCC53'

red 221 ◦ green 204 ◦ blue 83

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

Shades of Confetti #DDCC53

Tints of Confetti #DDCC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.34%

R = 43.5%
G = 40.16%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDCC53 (or 0xDDCC53) is known color: Confetti. HEX triplet: DD, CC and 53. RGB value is (221,204,83). Sum of RGB (Red+Green+Blue) = 221+204+83=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 83 (32.81% from 255 or 16.34% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC53 is #2233AC. Grayscale: #C3C3C3. Windows color (decimal): -2241453 or 5491933. OLE color: 5491933.

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

Color convert

RGB 221 204 83 -
CMYK 0 0.08 0.62 0.13
HSL 52.61º 0.67% 0.6% -
HSV(B) 52.61º 0.62% 0.87% -
XYZ 52.97 59.18 16.81 -
YUV 195.29 64.63 146.34 -
System Red Green Blue C M Y K H S L
Decimal 221 204 83 0 0.08 0.62 0.13 52.61 0.67 0.6
Hex DD CC 53 0 8 3E D 35 43 3C
Octal 335 314 123 0 10 76 15 65 103 74
Binary 11011101 11001100 1010011 0 1000 111110 1101 110101 1000011 111100

Color Harmonies of #DDCC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC53

Black with #DDCC53

Text Example


Text Example

White with #DDCC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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