Html Css Color HEX #DDCD47 Confetti

📋 copy color: '#DDCD47'

red 221 ◦ green 205 ◦ blue 71

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

Shades of Confetti #DDCD47

Tints of Confetti #DDCD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.29%

R = 44.47%
G = 41.25%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDCD47 (or 0xDDCD47) is known color: Confetti. HEX triplet: DD, CD and 47. RGB value is (221,205,71). Sum of RGB (Red+Green+Blue) = 221+205+71=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 71 (28.12% from 255 or 14.29% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD47 is #2232B8. Grayscale: #C3C3C3. Windows color (decimal): -2241209 or 4705757. OLE color: 4705757.

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

Color convert

RGB 221 205 71 -
CMYK 0 0.07 0.68 0.13
HSL 53.6º 0.69% 0.57% -
HSV(B) 53.6º 0.68% 0.87% -
XYZ 52.79 59.49 14.66 -
YUV 194.51 58.3 146.9 -
System Red Green Blue C M Y K H S L
Decimal 221 205 71 0 0.07 0.68 0.13 53.6 0.69 0.57
Hex DD CD 47 0 7 44 D 36 45 39
Octal 335 315 107 0 7 104 15 66 105 71
Binary 11011101 11001101 1000111 0 111 1000100 1101 110110 1000101 111001

Color Harmonies of #DDCD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD47

Black with #DDCD47

Text Example


Text Example

White with #DDCD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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