Html Css Color HEX #DDD340 Confetti

📋 copy color: '#DDD340'

red 221 ◦ green 211 ◦ blue 64

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

Shades of Confetti #DDD340

Tints of Confetti #DDD340

RGB

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

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

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

R = 44.56%
G = 42.54%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDD340 (or 0xDDD340) is known color: Confetti. HEX triplet: DD, D3 and 40. RGB value is (221,211,64). Sum of RGB (Red+Green+Blue) = 221+211+64=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD340 is #222CBF. Grayscale: #C5C5C5. Windows color (decimal): -2239680 or 4248541. OLE color: 4248541.

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

Color convert

RGB 221 211 64 -
CMYK 0 0.05 0.71 0.13
HSL 56.18º 0.7% 0.56% -
HSV(B) 56.18º 0.71% 0.87% -
XYZ 54.04 62.33 14.03 -
YUV 197.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 221 211 64 0 0.05 0.71 0.13 56.18 0.7 0.56
Hex DD D3 40 0 5 47 D 38 46 38
Octal 335 323 100 0 5 107 15 70 106 70
Binary 11011101 11010011 1000000 0 101 1000111 1101 111000 1000110 111000

Color Harmonies of #DDD340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD340

Black with #DDD340

Text Example


Text Example

White with #DDD340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD340; }

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

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

background-color css

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

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

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

border-color css

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

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

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