Html Css Color HEX #DDCD41 Confetti

📋 copy color: '#DDCD41'

red 221 ◦ green 205 ◦ blue 65

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

Shades of Confetti #DDCD41

Tints of Confetti #DDCD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.24%

R = 45.01%
G = 41.75%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDCD41 (or 0xDDCD41) is known color: Confetti. HEX triplet: DD, CD and 41. RGB value is (221,205,65). Sum of RGB (Red+Green+Blue) = 221+205+65=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD41 is #2232BE. Grayscale: #C2C2C2. Windows color (decimal): -2241215 or 4312541. OLE color: 4312541.

HSL color Cylindrical-coordinate representation of color #DDCD41: hue angle of 53.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDCD41 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 65 -
CMYK 0 0.07 0.71 0.13
HSL 53.85º 0.7% 0.56% -
HSV(B) 53.85º 0.71% 0.87% -
XYZ 52.6 59.42 13.7 -
YUV 193.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 221 205 65 0 0.07 0.71 0.13 53.85 0.7 0.56
Hex DD CD 41 0 7 47 D 36 46 38
Octal 335 315 101 0 7 107 15 66 106 70
Binary 11011101 11001101 1000001 0 111 1000111 1101 110110 1000110 111000

Color Harmonies of #DDCD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD41

Black with #DDCD41

Text Example


Text Example

White with #DDCD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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