Html Css Color HEX #DDC84C Confetti

📋 copy color: '#DDC84C'

red 221 ◦ green 200 ◦ blue 76

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

Shades of Confetti #DDC84C

Tints of Confetti #DDC84C

RGB

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

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

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

R = 44.47%
G = 40.24%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDC84C (or 0xDDC84C) is known color: Confetti. HEX triplet: DD, C8 and 4C. RGB value is (221,200,76). Sum of RGB (Red+Green+Blue) = 221+200+76=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC84C is #2237B3. Grayscale: #C0C0C0. Windows color (decimal): -2242484 or 5032157. OLE color: 5032157.

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

Color convert

RGB 221 200 76 -
CMYK 0 0.10 0.66 0.13
HSL 51.31º 0.68% 0.58% -
HSV(B) 51.31º 0.66% 0.87% -
XYZ 51.78 57.2 15.15 -
YUV 192.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 221 200 76 0 0.10 0.66 0.13 51.31 0.68 0.58
Hex DD C8 4C 0 A 42 D 33 44 3A
Octal 335 310 114 0 12 102 15 63 104 72
Binary 11011101 11001000 1001100 0 1010 1000010 1101 110011 1000100 111010

Color Harmonies of #DDC84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC84C

Black with #DDC84C

Text Example


Text Example

White with #DDC84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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