Html Css Color HEX #DDD54B Confetti

📋 copy color: '#DDD54B'

red 221 ◦ green 213 ◦ blue 75

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

Shades of Confetti #DDD54B

Tints of Confetti #DDD54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.85%

 BLUE value IS 75 (29.69% from 255) = 14.73%

R = 43.42%
G = 41.85%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDD54B (or 0xDDD54B) is known color: Confetti. HEX triplet: DD, D5 and 4B. RGB value is (221,213,75). Sum of RGB (Red+Green+Blue) = 221+213+75=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD54B is #222AB4. Grayscale: #C8C8C8. Windows color (decimal): -2239157 or 4969949. OLE color: 4969949.

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

Color convert

RGB 221 213 75 -
CMYK 0 0.04 0.66 0.13
HSL 56.71º 0.68% 0.58% -
HSV(B) 56.71º 0.66% 0.87% -
XYZ 54.88 63.47 16.01 -
YUV 199.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 221 213 75 0 0.04 0.66 0.13 56.71 0.68 0.58
Hex DD D5 4B 0 4 42 D 39 44 3A
Octal 335 325 113 0 4 102 15 71 104 72
Binary 11011101 11010101 1001011 0 100 1000010 1101 111001 1000100 111010

Color Harmonies of #DDD54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD54B

Black with #DDD54B

Text Example


Text Example

White with #DDD54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD54B; }

 p { color: rgb(221,213,75); }

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

background-color css

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

 a { background-color: rgb(221,213,75); }

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

border-color css

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

 span { border-color: rgb(221,213,75); }

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