Html Css Color HEX #DDCD51 Confetti

📋 copy color: '#DDCD51'

red 221 ◦ green 205 ◦ blue 81

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

Shades of Confetti #DDCD51

Tints of Confetti #DDCD51

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.43%

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

R = 43.59%
G = 40.43%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDCD51 (or 0xDDCD51) is known color: Confetti. HEX triplet: DD, CD and 51. RGB value is (221,205,81). Sum of RGB (Red+Green+Blue) = 221+205+81=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD51 is #2232AE. Grayscale: #C4C4C4. Windows color (decimal): -2241199 or 5361117. OLE color: 5361117.

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

Color convert

RGB 221 205 81 -
CMYK 0 0.07 0.63 0.13
HSL 53.14º 0.67% 0.59% -
HSV(B) 53.14º 0.63% 0.87% -
XYZ 53.14 59.63 16.49 -
YUV 195.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 221 205 81 0 0.07 0.63 0.13 53.14 0.67 0.59
Hex DD CD 51 0 7 3F D 35 43 3B
Octal 335 315 121 0 7 77 15 65 103 73
Binary 11011101 11001101 1010001 0 111 111111 1101 110101 1000011 111011

Color Harmonies of #DDCD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD51

Black with #DDCD51

Text Example


Text Example

White with #DDCD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD51; }

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

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

background-color css

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

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

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

border-color css

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

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

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