Html Css Color HEX #DDD240 Confetti

📋 copy color: '#DDD240'

red 221 ◦ green 210 ◦ blue 64

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

Shades of Confetti #DDD240

Tints of Confetti #DDD240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.42%

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

R = 44.65%
G = 42.42%
B = 12.93%

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

#DDD240 (or 0xDDD240) is known color: Confetti. HEX triplet: DD, D2 and 40. RGB value is (221,210,64). Sum of RGB (Red+Green+Blue) = 221+210+64=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD240 is #222DBF. Grayscale: #C5C5C5. Windows color (decimal): -2239936 or 4248285. OLE color: 4248285.

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

Color convert

RGB 221 210 64 -
CMYK 0 0.05 0.71 0.13
HSL 55.8º 0.7% 0.56% -
HSV(B) 55.8º 0.71% 0.87% -
XYZ 53.79 61.84 13.95 -
YUV 196.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 221 210 64 0 0.05 0.71 0.13 55.8 0.7 0.56
Hex DD D2 40 0 5 47 D 38 46 38
Octal 335 322 100 0 5 107 15 70 106 70
Binary 11011101 11010010 1000000 0 101 1000111 1101 111000 1000110 111000

Color Harmonies of #DDD240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD240

Black with #DDD240

Text Example


Text Example

White with #DDD240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD240; }

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

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

background-color css

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

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

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

border-color css

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

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

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