Html Css Color HEX #DDD34A Confetti

📋 copy color: '#DDD34A'

red 221 ◦ green 211 ◦ blue 74

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

Shades of Confetti #DDD34A

Tints of Confetti #DDD34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.62%

R = 43.68%
G = 41.7%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDD34A (or 0xDDD34A) is known color: Confetti. HEX triplet: DD, D3 and 4A. RGB value is (221,211,74). Sum of RGB (Red+Green+Blue) = 221+211+74=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD34A is #222CB5. Grayscale: #C6C6C6. Windows color (decimal): -2239670 or 4903901. OLE color: 4903901.

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

Color convert

RGB 221 211 74 -
CMYK 0 0.05 0.67 0.13
HSL 55.92º 0.68% 0.58% -
HSV(B) 55.92º 0.67% 0.87% -
XYZ 54.35 62.46 15.67 -
YUV 198.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 221 211 74 0 0.05 0.67 0.13 55.92 0.68 0.58
Hex DD D3 4A 0 5 43 D 38 44 3A
Octal 335 323 112 0 5 103 15 70 104 72
Binary 11011101 11010011 1001010 0 101 1000011 1101 111000 1000100 111010

Color Harmonies of #DDD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD34A

Black with #DDD34A

Text Example


Text Example

White with #DDD34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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