Html Css Color HEX #DDD24B Confetti

📋 copy color: '#DDD24B'

red 221 ◦ green 210 ◦ blue 75

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

Shades of Confetti #DDD24B

Tints of Confetti #DDD24B

RGB

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

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

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

R = 43.68%
G = 41.5%
B = 14.82%

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

#DDD24B (or 0xDDD24B) is known color: Confetti. HEX triplet: DD, D2 and 4B. RGB value is (221,210,75). Sum of RGB (Red+Green+Blue) = 221+210+75=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD24B is #222DB4. Grayscale: #C6C6C6. Windows color (decimal): -2239925 or 4969181. OLE color: 4969181.

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

Color convert

RGB 221 210 75 -
CMYK 0 0.05 0.66 0.13
HSL 55.48º 0.68% 0.58% -
HSV(B) 55.48º 0.66% 0.87% -
XYZ 54.14 61.97 15.77 -
YUV 197.9 58.64 144.48 -
System Red Green Blue C M Y K H S L
Decimal 221 210 75 0 0.05 0.66 0.13 55.48 0.68 0.58
Hex DD D2 4B 0 5 42 D 37 44 3A
Octal 335 322 113 0 5 102 15 67 104 72
Binary 11011101 11010010 1001011 0 101 1000010 1101 110111 1000100 111010

Color Harmonies of #DDD24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD24B

Black with #DDD24B

Text Example


Text Example

White with #DDD24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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