Html Css Color HEX #DDC94F Confetti

📋 copy color: '#DDC94F'

red 221 ◦ green 201 ◦ blue 79

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

Shades of Confetti #DDC94F

Tints of Confetti #DDC94F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.12%

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

R = 44.11%
G = 40.12%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDC94F (or 0xDDC94F) is known color: Confetti. HEX triplet: DD, C9 and 4F. RGB value is (221,201,79). Sum of RGB (Red+Green+Blue) = 221+201+79=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC94F is #2236B0. Grayscale: #C1C1C1. Windows color (decimal): -2242225 or 5229021. OLE color: 5229021.

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

Color convert

RGB 221 201 79 -
CMYK 0 0.09 0.64 0.13
HSL 51.55º 0.68% 0.59% -
HSV(B) 51.55º 0.64% 0.87% -
XYZ 52.12 57.71 15.79 -
YUV 193.07 63.63 147.92 -
System Red Green Blue C M Y K H S L
Decimal 221 201 79 0 0.09 0.64 0.13 51.55 0.68 0.59
Hex DD C9 4F 0 9 40 D 34 44 3B
Octal 335 311 117 0 11 100 15 64 104 73
Binary 11011101 11001001 1001111 0 1001 1000000 1101 110100 1000100 111011

Color Harmonies of #DDC94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC94F

Black with #DDC94F

Text Example


Text Example

White with #DDC94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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