Html Css Color HEX #DDCD4A Confetti

📋 copy color: '#DDCD4A'

red 221 ◦ green 205 ◦ blue 74

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

Shades of Confetti #DDCD4A

Tints of Confetti #DDCD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.8%

R = 44.2%
G = 41%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDCD4A (or 0xDDCD4A) is known color: Confetti. HEX triplet: DD, CD and 4A. RGB value is (221,205,74). Sum of RGB (Red+Green+Blue) = 221+205+74=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD4A is #2232B5. Grayscale: #C3C3C3. Windows color (decimal): -2241206 or 4902365. OLE color: 4902365.

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

Color convert

RGB 221 205 74 -
CMYK 0 0.07 0.67 0.13
HSL 53.47º 0.68% 0.58% -
HSV(B) 53.47º 0.67% 0.87% -
XYZ 52.89 59.53 15.18 -
YUV 194.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 221 205 74 0 0.07 0.67 0.13 53.47 0.68 0.58
Hex DD CD 4A 0 7 43 D 35 44 3A
Octal 335 315 112 0 7 103 15 65 104 72
Binary 11011101 11001101 1001010 0 111 1000011 1101 110101 1000100 111010

Color Harmonies of #DDCD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD4A

Black with #DDCD4A

Text Example


Text Example

White with #DDCD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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