Html Css Color HEX #DDCD40 Confetti

📋 copy color: '#DDCD40'

red 221 ◦ green 205 ◦ blue 64

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

Shades of Confetti #DDCD40

Tints of Confetti #DDCD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.06%

R = 45.1%
G = 41.84%
B = 13.06%

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

#DDCD40 (or 0xDDCD40) is known color: Confetti. HEX triplet: DD, CD and 40. RGB value is (221,205,64). Sum of RGB (Red+Green+Blue) = 221+205+64=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD40 is #2232BF. Grayscale: #C2C2C2. Windows color (decimal): -2241216 or 4247005. OLE color: 4247005.

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

Color convert

RGB 221 205 64 -
CMYK 0 0.07 0.71 0.13
HSL 53.89º 0.7% 0.56% -
HSV(B) 53.89º 0.71% 0.87% -
XYZ 52.58 59.4 13.55 -
YUV 193.71 54.8 147.46 -
System Red Green Blue C M Y K H S L
Decimal 221 205 64 0 0.07 0.71 0.13 53.89 0.7 0.56
Hex DD CD 40 0 7 47 D 36 46 38
Octal 335 315 100 0 7 107 15 66 106 70
Binary 11011101 11001101 1000000 0 111 1000111 1101 110110 1000110 111000

Color Harmonies of #DDCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD40

Black with #DDCD40

Text Example


Text Example

White with #DDCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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