Html Css Color HEX #DCCA49 Confetti

📋 copy color: '#DCCA49'

red 220 ◦ green 202 ◦ blue 73

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

Shades of Confetti #DCCA49

Tints of Confetti #DCCA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.75%

R = 44.44%
G = 40.81%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCCA49 (or 0xDCCA49) is known color: Confetti. HEX triplet: DC, CA and 49. RGB value is (220,202,73). Sum of RGB (Red+Green+Blue) = 220+202+73=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA49 is #2335B6. Grayscale: #C1C1C1. Windows color (decimal): -2307511 or 4836060. OLE color: 4836060.

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

Color convert

RGB 220 202 73 -
CMYK 0 0.08 0.67 0.14
HSL 52.65º 0.68% 0.57% -
HSV(B) 52.65º 0.67% 0.86% -
XYZ 51.84 57.94 14.75 -
YUV 192.68 60.46 147.49 -
System Red Green Blue C M Y K H S L
Decimal 220 202 73 0 0.08 0.67 0.14 52.65 0.68 0.57
Hex DC CA 49 0 8 43 E 35 44 39
Octal 334 312 111 0 10 103 16 65 104 71
Binary 11011100 11001010 1001001 0 1000 1000011 1110 110101 1000100 111001

Color Harmonies of #DCCA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA49

Black with #DCCA49

Text Example


Text Example

White with #DCCA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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