Html Css Color HEX #DCCD4A Confetti

📋 copy color: '#DCCD4A'

red 220 ◦ green 205 ◦ blue 74

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

Shades of Confetti #DCCD4A

Tints of Confetti #DCCD4A

RGB

 RED value IS 220 (86.33% from 255) = 44.09%

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

 BLUE value IS 74 (29.3% from 255) = 14.83%

R = 44.09%
G = 41.08%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCCD4A (or 0xDCCD4A) is known color: Confetti. HEX triplet: DC, CD and 4A. RGB value is (220,205,74). Sum of RGB (Red+Green+Blue) = 220+205+74=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD4A is #2332B5. Grayscale: #C3C3C3. Windows color (decimal): -2306742 or 4902364. OLE color: 4902364.

HSL color Cylindrical-coordinate representation of color #DCCD4A: hue angle of 53.84º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCCD4A is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 74 -
CMYK 0 0.07 0.66 0.14
HSL 53.84º 0.68% 0.58% -
HSV(B) 53.84º 0.66% 0.86% -
XYZ 52.58 59.37 15.17 -
YUV 194.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 220 205 74 0 0.07 0.66 0.14 53.84 0.68 0.58
Hex DC CD 4A 0 7 42 E 36 44 3A
Octal 334 315 112 0 7 102 16 66 104 72
Binary 11011100 11001101 1001010 0 111 1000010 1110 110110 1000100 111010

Color Harmonies of #DCCD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD4A

Black with #DCCD4A

Text Example


Text Example

White with #DCCD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD4A; }

 p { color: rgb(220,205,74); }

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

background-color css

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

 a { background-color: rgb(220,205,74); }

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

border-color css

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

 span { border-color: rgb(220,205,74); }

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