Html Css Color HEX #DDD34B Confetti

📋 copy color: '#DDD34B'

red 221 ◦ green 211 ◦ blue 75

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

Shades of Confetti #DDD34B

Tints of Confetti #DDD34B

RGB

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

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

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

R = 43.59%
G = 41.62%
B = 14.79%

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

#DDD34B (or 0xDDD34B) is known color: Confetti. HEX triplet: DD, D3 and 4B. RGB value is (221,211,75). Sum of RGB (Red+Green+Blue) = 221+211+75=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD34B is #222CB4. Grayscale: #C7C7C7. Windows color (decimal): -2239669 or 4969437. OLE color: 4969437.

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

Color convert

RGB 221 211 75 -
CMYK 0 0.05 0.66 0.13
HSL 55.89º 0.68% 0.58% -
HSV(B) 55.89º 0.66% 0.87% -
XYZ 54.38 62.47 15.85 -
YUV 198.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 221 211 75 0 0.05 0.66 0.13 55.89 0.68 0.58
Hex DD D3 4B 0 5 42 D 38 44 3A
Octal 335 323 113 0 5 102 15 70 104 72
Binary 11011101 11010011 1001011 0 101 1000010 1101 111000 1000100 111010

Color Harmonies of #DDD34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD34B

Black with #DDD34B

Text Example


Text Example

White with #DDD34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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