Html Css Color HEX #DDC84D Confetti

📋 copy color: '#DDC84D'

red 221 ◦ green 200 ◦ blue 77

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

Shades of Confetti #DDC84D

Tints of Confetti #DDC84D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.16%

 BLUE value IS 77 (30.47% from 255) = 15.46%

R = 44.38%
G = 40.16%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDC84D (or 0xDDC84D) is known color: Confetti. HEX triplet: DD, C8 and 4D. RGB value is (221,200,77). Sum of RGB (Red+Green+Blue) = 221+200+77=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC84D is #2237B2. Grayscale: #C0C0C0. Windows color (decimal): -2242483 or 5097693. OLE color: 5097693.

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

Color convert

RGB 221 200 77 -
CMYK 0 0.10 0.65 0.13
HSL 51.25º 0.68% 0.58% -
HSV(B) 51.25º 0.65% 0.87% -
XYZ 51.81 57.22 15.33 -
YUV 192.26 62.96 148.5 -
System Red Green Blue C M Y K H S L
Decimal 221 200 77 0 0.10 0.65 0.13 51.25 0.68 0.58
Hex DD C8 4D 0 A 41 D 33 44 3A
Octal 335 310 115 0 12 101 15 63 104 72
Binary 11011101 11001000 1001101 0 1010 1000001 1101 110011 1000100 111010

Color Harmonies of #DDC84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC84D

Black with #DDC84D

Text Example


Text Example

White with #DDC84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC84D; }

 p { color: rgb(221,200,77); }

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

background-color css

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

 a { background-color: rgb(221,200,77); }

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

border-color css

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

 span { border-color: rgb(221,200,77); }

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