Html Css Color HEX #DDD14C Confetti

📋 copy color: '#DDD14C'

red 221 ◦ green 209 ◦ blue 76

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

Shades of Confetti #DDD14C

Tints of Confetti #DDD14C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.3%

 BLUE value IS 76 (30.08% from 255) = 15.02%

R = 43.68%
G = 41.3%
B = 15.02%

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

#DDD14C (or 0xDDD14C) is known color: Confetti. HEX triplet: DD, D1 and 4C. RGB value is (221,209,76). Sum of RGB (Red+Green+Blue) = 221+209+76=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD14C is #222EB3. Grayscale: #C5C5C5. Windows color (decimal): -2240180 or 5034461. OLE color: 5034461.

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

Color convert

RGB 221 209 76 -
CMYK 0 0.05 0.66 0.13
HSL 55.03º 0.68% 0.58% -
HSV(B) 55.03º 0.66% 0.87% -
XYZ 53.92 61.49 15.87 -
YUV 197.43 59.48 144.81 -
System Red Green Blue C M Y K H S L
Decimal 221 209 76 0 0.05 0.66 0.13 55.03 0.68 0.58
Hex DD D1 4C 0 5 42 D 37 44 3A
Octal 335 321 114 0 5 102 15 67 104 72
Binary 11011101 11010001 1001100 0 101 1000010 1101 110111 1000100 111010

Color Harmonies of #DDD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD14C

Black with #DDD14C

Text Example


Text Example

White with #DDD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD14C; }

 p { color: rgb(221,209,76); }

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

background-color css

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

 a { background-color: rgb(221,209,76); }

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

border-color css

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

 span { border-color: rgb(221,209,76); }

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