Html Css Color HEX #DDD34E Confetti

📋 copy color: '#DDD34E'

red 221 ◦ green 211 ◦ blue 78

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

Shades of Confetti #DDD34E

Tints of Confetti #DDD34E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.29%

R = 43.33%
G = 41.37%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDD34E (or 0xDDD34E) is known color: Confetti. HEX triplet: DD, D3 and 4E. RGB value is (221,211,78). Sum of RGB (Red+Green+Blue) = 221+211+78=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD34E is #222CB1. Grayscale: #C7C7C7. Windows color (decimal): -2239666 or 5166045. OLE color: 5166045.

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

Color convert

RGB 221 211 78 -
CMYK 0 0.05 0.65 0.13
HSL 55.8º 0.68% 0.59% -
HSV(B) 55.8º 0.65% 0.87% -
XYZ 54.49 62.51 16.4 -
YUV 198.83 59.81 143.81 -
System Red Green Blue C M Y K H S L
Decimal 221 211 78 0 0.05 0.65 0.13 55.8 0.68 0.59
Hex DD D3 4E 0 5 41 D 38 44 3B
Octal 335 323 116 0 5 101 15 70 104 73
Binary 11011101 11010011 1001110 0 101 1000001 1101 111000 1000100 111011

Color Harmonies of #DDD34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD34E

Black with #DDD34E

Text Example


Text Example

White with #DDD34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD34E; }

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

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

background-color css

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

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

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

border-color css

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

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

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