Html Css Color HEX #DCCA4D Confetti

📋 copy color: '#DCCA4D'

red 220 ◦ green 202 ◦ blue 77

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

Shades of Confetti #DCCA4D

Tints of Confetti #DCCA4D

RGB

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

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

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

R = 44.09%
G = 40.48%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCCA4D (or 0xDCCA4D) is known color: Confetti. HEX triplet: DC, CA and 4D. RGB value is (220,202,77). Sum of RGB (Red+Green+Blue) = 220+202+77=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA4D is #2335B2. Grayscale: #C1C1C1. Windows color (decimal): -2307507 or 5098204. OLE color: 5098204.

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

Color convert

RGB 220 202 77 -
CMYK 0 0.08 0.65 0.14
HSL 52.45º 0.67% 0.58% -
HSV(B) 52.45º 0.65% 0.86% -
XYZ 51.98 57.99 15.48 -
YUV 193.13 62.46 147.16 -
System Red Green Blue C M Y K H S L
Decimal 220 202 77 0 0.08 0.65 0.14 52.45 0.67 0.58
Hex DC CA 4D 0 8 41 E 34 43 3A
Octal 334 312 115 0 10 101 16 64 103 72
Binary 11011100 11001010 1001101 0 1000 1000001 1110 110100 1000011 111010

Color Harmonies of #DCCA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA4D

Black with #DCCA4D

Text Example


Text Example

White with #DCCA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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