Html Css Color HEX #DDCA4C Confetti

📋 copy color: '#DDCA4C'

red 221 ◦ green 202 ◦ blue 76

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

Shades of Confetti #DDCA4C

Tints of Confetti #DDCA4C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.48%

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

R = 44.29%
G = 40.48%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDCA4C (or 0xDDCA4C) is known color: Confetti. HEX triplet: DD, CA and 4C. RGB value is (221,202,76). Sum of RGB (Red+Green+Blue) = 221+202+76=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCA4C is #2235B3. Grayscale: #C1C1C1. Windows color (decimal): -2241972 or 5032669. OLE color: 5032669.

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

Color convert

RGB 221 202 76 -
CMYK 0 0.09 0.66 0.13
HSL 52.14º 0.68% 0.58% -
HSV(B) 52.14º 0.66% 0.87% -
XYZ 52.24 58.14 15.31 -
YUV 193.32 61.79 147.75 -
System Red Green Blue C M Y K H S L
Decimal 221 202 76 0 0.09 0.66 0.13 52.14 0.68 0.58
Hex DD CA 4C 0 9 42 D 34 44 3A
Octal 335 312 114 0 11 102 15 64 104 72
Binary 11011101 11001010 1001100 0 1001 1000010 1101 110100 1000100 111010

Color Harmonies of #DDCA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA4C

Black with #DDCA4C

Text Example


Text Example

White with #DDCA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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