Html Css Color HEX #DDCD4F Confetti

📋 copy color: '#DDCD4F'

red 221 ◦ green 205 ◦ blue 79

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

Shades of Confetti #DDCD4F

Tints of Confetti #DDCD4F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.59%

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

R = 43.76%
G = 40.59%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDCD4F (or 0xDDCD4F) is known color: Confetti. HEX triplet: DD, CD and 4F. RGB value is (221,205,79). Sum of RGB (Red+Green+Blue) = 221+205+79=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD4F is #2232B0. Grayscale: #C3C3C3. Windows color (decimal): -2241201 or 5230045. OLE color: 5230045.

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

Color convert

RGB 221 205 79 -
CMYK 0 0.07 0.64 0.13
HSL 53.24º 0.68% 0.59% -
HSV(B) 53.24º 0.64% 0.87% -
XYZ 53.06 59.6 16.1 -
YUV 195.42 62.3 146.25 -
System Red Green Blue C M Y K H S L
Decimal 221 205 79 0 0.07 0.64 0.13 53.24 0.68 0.59
Hex DD CD 4F 0 7 40 D 35 44 3B
Octal 335 315 117 0 7 100 15 65 104 73
Binary 11011101 11001101 1001111 0 111 1000000 1101 110101 1000100 111011

Color Harmonies of #DDCD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD4F

Black with #DDCD4F

Text Example


Text Example

White with #DDCD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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