Html Css Color HEX #DDCC4F Confetti

📋 copy color: '#DDCC4F'

red 221 ◦ green 204 ◦ blue 79

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

Shades of Confetti #DDCC4F

Tints of Confetti #DDCC4F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.48%

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

R = 43.85%
G = 40.48%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDCC4F (or 0xDDCC4F) is known color: Confetti. HEX triplet: DD, CC and 4F. RGB value is (221,204,79). Sum of RGB (Red+Green+Blue) = 221+204+79=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC4F is #2233B0. Grayscale: #C3C3C3. Windows color (decimal): -2241457 or 5229789. OLE color: 5229789.

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

Color convert

RGB 221 204 79 -
CMYK 0 0.08 0.64 0.13
HSL 52.82º 0.68% 0.59% -
HSV(B) 52.82º 0.64% 0.87% -
XYZ 52.82 59.12 16.02 -
YUV 194.83 62.63 146.66 -
System Red Green Blue C M Y K H S L
Decimal 221 204 79 0 0.08 0.64 0.13 52.82 0.68 0.59
Hex DD CC 4F 0 8 40 D 35 44 3B
Octal 335 314 117 0 10 100 15 65 104 73
Binary 11011101 11001100 1001111 0 1000 1000000 1101 110101 1000100 111011

Color Harmonies of #DDCC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC4F

Black with #DDCC4F

Text Example


Text Example

White with #DDCC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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