Html Css Color HEX #DDD047 Confetti

📋 copy color: '#DDD047'

red 221 ◦ green 208 ◦ blue 71

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

Shades of Confetti #DDD047

Tints of Confetti #DDD047

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.6%

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

R = 44.2%
G = 41.6%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDD047 (or 0xDDD047) is known color: Confetti. HEX triplet: DD, D0 and 47. RGB value is (221,208,71). Sum of RGB (Red+Green+Blue) = 221+208+71=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD047 is #222FB8. Grayscale: #C4C4C4. Windows color (decimal): -2240441 or 4706525. OLE color: 4706525.

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

Color convert

RGB 221 208 71 -
CMYK 0 0.06 0.68 0.13
HSL 54.8º 0.69% 0.57% -
HSV(B) 54.8º 0.68% 0.87% -
XYZ 53.51 60.94 14.9 -
YUV 196.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 221 208 71 0 0.06 0.68 0.13 54.8 0.69 0.57
Hex DD D0 47 0 6 44 D 37 45 39
Octal 335 320 107 0 6 104 15 67 105 71
Binary 11011101 11010000 1000111 0 110 1000100 1101 110111 1000101 111001

Color Harmonies of #DDD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD047

Black with #DDD047

Text Example


Text Example

White with #DDD047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD047; }

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

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

background-color css

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

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

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

border-color css

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

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

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