Html Css Color HEX #DDD150 Confetti

📋 copy color: '#DDD150'

red 221 ◦ green 209 ◦ blue 80

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

Shades of Confetti #DDD150

Tints of Confetti #DDD150

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.98%

 BLUE value IS 80 (31.64% from 255) = 15.69%

R = 43.33%
G = 40.98%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDD150 (or 0xDDD150) is known color: Confetti. HEX triplet: DD, D1 and 50. RGB value is (221,209,80). Sum of RGB (Red+Green+Blue) = 221+209+80=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD150 is #222EAF. Grayscale: #C6C6C6. Windows color (decimal): -2240176 or 5296605. OLE color: 5296605.

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

Color convert

RGB 221 209 80 -
CMYK 0 0.05 0.64 0.13
HSL 54.89º 0.67% 0.59% -
HSV(B) 54.89º 0.64% 0.87% -
XYZ 54.07 61.55 16.62 -
YUV 197.88 61.48 144.49 -
System Red Green Blue C M Y K H S L
Decimal 221 209 80 0 0.05 0.64 0.13 54.89 0.67 0.59
Hex DD D1 50 0 5 40 D 37 43 3B
Octal 335 321 120 0 5 100 15 67 103 73
Binary 11011101 11010001 1010000 0 101 1000000 1101 110111 1000011 111011

Color Harmonies of #DDD150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD150

Black with #DDD150

Text Example


Text Example

White with #DDD150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD150; }

 p { color: rgb(221,209,80); }

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

background-color css

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

 a { background-color: rgb(221,209,80); }

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

border-color css

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

 span { border-color: rgb(221,209,80); }

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