Html Css Color HEX #DDCC51 Confetti

📋 copy color: '#DDCC51'

red 221 ◦ green 204 ◦ blue 81

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

Shades of Confetti #DDCC51

Tints of Confetti #DDCC51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.01%

R = 43.68%
G = 40.32%
B = 16.01%

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

#DDCC51 (or 0xDDCC51) is known color: Confetti. HEX triplet: DD, CC and 51. RGB value is (221,204,81). Sum of RGB (Red+Green+Blue) = 221+204+81=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 81 (32.03% from 255 or 16.01% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC51 is #2233AE. Grayscale: #C3C3C3. Windows color (decimal): -2241455 or 5360861. OLE color: 5360861.

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

Color convert

RGB 221 204 81 -
CMYK 0 0.08 0.63 0.13
HSL 52.71º 0.67% 0.59% -
HSV(B) 52.71º 0.63% 0.87% -
XYZ 52.9 59.15 16.41 -
YUV 195.06 63.63 146.5 -
System Red Green Blue C M Y K H S L
Decimal 221 204 81 0 0.08 0.63 0.13 52.71 0.67 0.59
Hex DD CC 51 0 8 3F D 35 43 3B
Octal 335 314 121 0 10 77 15 65 103 73
Binary 11011101 11001100 1010001 0 1000 111111 1101 110101 1000011 111011

Color Harmonies of #DDCC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC51

Black with #DDCC51

Text Example


Text Example

White with #DDCC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC51; }

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

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

background-color css

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

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

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

border-color css

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

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

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