Html Css Color HEX #DDCC52 Confetti

📋 copy color: '#DDCC52'

red 221 ◦ green 204 ◦ blue 82

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

Shades of Confetti #DDCC52

Tints of Confetti #DDCC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.17%

R = 43.59%
G = 40.24%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDCC52 (or 0xDDCC52) is known color: Confetti. HEX triplet: DD, CC and 52. RGB value is (221,204,82). Sum of RGB (Red+Green+Blue) = 221+204+82=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC52 is #2233AD. Grayscale: #C3C3C3. Windows color (decimal): -2241454 or 5426397. OLE color: 5426397.

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

Color convert

RGB 221 204 82 -
CMYK 0 0.08 0.63 0.13
HSL 52.66º 0.67% 0.59% -
HSV(B) 52.66º 0.63% 0.87% -
XYZ 52.93 59.17 16.61 -
YUV 195.18 64.13 146.42 -
System Red Green Blue C M Y K H S L
Decimal 221 204 82 0 0.08 0.63 0.13 52.66 0.67 0.59
Hex DD CC 52 0 8 3F D 35 43 3B
Octal 335 314 122 0 10 77 15 65 103 73
Binary 11011101 11001100 1010010 0 1000 111111 1101 110101 1000011 111011

Color Harmonies of #DDCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC52

Black with #DDCC52

Text Example


Text Example

White with #DDCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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