Html Css Color HEX #DDCA4D Confetti

📋 copy color: '#DDCA4D'

red 221 ◦ green 202 ◦ blue 77

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

Shades of Confetti #DDCA4D

Tints of Confetti #DDCA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.4%

R = 44.2%
G = 40.4%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDCA4D (or 0xDDCA4D) is known color: Confetti. HEX triplet: DD, CA and 4D. RGB value is (221,202,77). Sum of RGB (Red+Green+Blue) = 221+202+77=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA4D is #2235B2. Grayscale: #C1C1C1. Windows color (decimal): -2241971 or 5098205. OLE color: 5098205.

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

Color convert

RGB 221 202 77 -
CMYK 0 0.09 0.65 0.13
HSL 52.08º 0.68% 0.58% -
HSV(B) 52.08º 0.65% 0.87% -
XYZ 52.28 58.15 15.49 -
YUV 193.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 221 202 77 0 0.09 0.65 0.13 52.08 0.68 0.58
Hex DD CA 4D 0 9 41 D 34 44 3A
Octal 335 312 115 0 11 101 15 64 104 72
Binary 11011101 11001010 1001101 0 1001 1000001 1101 110100 1000100 111010

Color Harmonies of #DDCA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA4D

Black with #DDCA4D

Text Example


Text Example

White with #DDCA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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