Html Css Color HEX #DDC64F Confetti

📋 copy color: '#DDC64F'

red 221 ◦ green 198 ◦ blue 79

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

Shades of Confetti #DDC64F

Tints of Confetti #DDC64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.86%

R = 44.38%
G = 39.76%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDC64F (or 0xDDC64F) is known color: Confetti. HEX triplet: DD, C6 and 4F. RGB value is (221,198,79). Sum of RGB (Red+Green+Blue) = 221+198+79=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC64F is #2239B0. Grayscale: #BFBFBF. Windows color (decimal): -2242993 or 5228253. OLE color: 5228253.

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

Color convert

RGB 221 198 79 -
CMYK 0 0.10 0.64 0.13
HSL 50.28º 0.68% 0.59% -
HSV(B) 50.28º 0.64% 0.87% -
XYZ 51.42 56.32 15.56 -
YUV 191.31 64.62 149.18 -
System Red Green Blue C M Y K H S L
Decimal 221 198 79 0 0.10 0.64 0.13 50.28 0.68 0.59
Hex DD C6 4F 0 A 40 D 32 44 3B
Octal 335 306 117 0 12 100 15 62 104 73
Binary 11011101 11000110 1001111 0 1010 1000000 1101 110010 1000100 111011

Color Harmonies of #DDC64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC64F

Black with #DDC64F

Text Example


Text Example

White with #DDC64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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