Html Css Color HEX #DDC64C Confetti

📋 copy color: '#DDC64C'

red 221 ◦ green 198 ◦ blue 76

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

Shades of Confetti #DDC64C

Tints of Confetti #DDC64C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40%

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

R = 44.65%
G = 40%
B = 15.35%

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

#DDC64C (or 0xDDC64C) is known color: Confetti. HEX triplet: DD, C6 and 4C. RGB value is (221,198,76). Sum of RGB (Red+Green+Blue) = 221+198+76=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC64C is #2239B3. Grayscale: #BFBFBF. Windows color (decimal): -2242996 or 5031645. OLE color: 5031645.

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

Color convert

RGB 221 198 76 -
CMYK 0 0.10 0.66 0.13
HSL 50.48º 0.68% 0.58% -
HSV(B) 50.48º 0.66% 0.87% -
XYZ 51.32 56.28 15 -
YUV 190.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 221 198 76 0 0.10 0.66 0.13 50.48 0.68 0.58
Hex DD C6 4C 0 A 42 D 32 44 3A
Octal 335 306 114 0 12 102 15 62 104 72
Binary 11011101 11000110 1001100 0 1010 1000010 1101 110010 1000100 111010

Color Harmonies of #DDC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC64C

Black with #DDC64C

Text Example


Text Example

White with #DDC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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