Html Css Color HEX #DCCA50 Confetti

📋 copy color: '#DCCA50'

red 220 ◦ green 202 ◦ blue 80

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

Shades of Confetti #DCCA50

Tints of Confetti #DCCA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.94%

R = 43.82%
G = 40.24%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCCA50 (or 0xDCCA50) is known color: Confetti. HEX triplet: DC, CA and 50. RGB value is (220,202,80). Sum of RGB (Red+Green+Blue) = 220+202+80=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA50 is #2335AF. Grayscale: #C1C1C1. Windows color (decimal): -2307504 or 5294812. OLE color: 5294812.

HSL color Cylindrical-coordinate representation of color #DCCA50: hue angle of 52.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCCA50 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 80 -
CMYK 0 0.08 0.64 0.14
HSL 52.29º 0.67% 0.59% -
HSV(B) 52.29º 0.64% 0.86% -
XYZ 52.08 58.04 16.05 -
YUV 193.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 220 202 80 0 0.08 0.64 0.14 52.29 0.67 0.59
Hex DC CA 50 0 8 40 E 34 43 3B
Octal 334 312 120 0 10 100 16 64 103 73
Binary 11011100 11001010 1010000 0 1000 1000000 1110 110100 1000011 111011

Color Harmonies of #DCCA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA50

Black with #DCCA50

Text Example


Text Example

White with #DCCA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA50; }

 p { color: rgb(220,202,80); }

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

background-color css

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

 a { background-color: rgb(220,202,80); }

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

border-color css

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

 span { border-color: rgb(220,202,80); }

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