Html Css Color HEX #DDD34C Confetti

📋 copy color: '#DDD34C'

red 221 ◦ green 211 ◦ blue 76

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

Shades of Confetti #DDD34C

Tints of Confetti #DDD34C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.54%

 BLUE value IS 76 (30.08% from 255) = 14.96%

R = 43.5%
G = 41.54%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDD34C (or 0xDDD34C) is known color: Confetti. HEX triplet: DD, D3 and 4C. RGB value is (221,211,76). Sum of RGB (Red+Green+Blue) = 221+211+76=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 76 (30.08% from 255 or 14.96% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD34C is #222CB3. Grayscale: #C7C7C7. Windows color (decimal): -2239668 or 5034973. OLE color: 5034973.

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

Color convert

RGB 221 211 76 -
CMYK 0 0.05 0.66 0.13
HSL 55.86º 0.68% 0.58% -
HSV(B) 55.86º 0.66% 0.87% -
XYZ 54.42 62.48 16.03 -
YUV 198.6 58.81 143.98 -
System Red Green Blue C M Y K H S L
Decimal 221 211 76 0 0.05 0.66 0.13 55.86 0.68 0.58
Hex DD D3 4C 0 5 42 D 38 44 3A
Octal 335 323 114 0 5 102 15 70 104 72
Binary 11011101 11010011 1001100 0 101 1000010 1101 111000 1000100 111010

Color Harmonies of #DDD34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD34C

Black with #DDD34C

Text Example


Text Example

White with #DDD34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD34C; }

 p { color: rgb(221,211,76); }

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

background-color css

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

 a { background-color: rgb(221,211,76); }

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

border-color css

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

 span { border-color: rgb(221,211,76); }

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