Html Css Color HEX #DCCA4A Confetti

📋 copy color: '#DCCA4A'

red 220 ◦ green 202 ◦ blue 74

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

Shades of Confetti #DCCA4A

Tints of Confetti #DCCA4A

RGB

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

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

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

R = 44.35%
G = 40.73%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCCA4A (or 0xDCCA4A) is known color: Confetti. HEX triplet: DC, CA and 4A. RGB value is (220,202,74). Sum of RGB (Red+Green+Blue) = 220+202+74=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA4A is #2335B5. Grayscale: #C1C1C1. Windows color (decimal): -2307510 or 4901596. OLE color: 4901596.

HSL color Cylindrical-coordinate representation of color #DCCA4A: hue angle of 52.6º 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 #DCCA4A is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 74 -
CMYK 0 0.08 0.66 0.14
HSL 52.6º 0.68% 0.58% -
HSV(B) 52.6º 0.66% 0.86% -
XYZ 51.87 57.95 14.93 -
YUV 192.79 60.96 147.41 -
System Red Green Blue C M Y K H S L
Decimal 220 202 74 0 0.08 0.66 0.14 52.6 0.68 0.58
Hex DC CA 4A 0 8 42 E 35 44 3A
Octal 334 312 112 0 10 102 16 65 104 72
Binary 11011100 11001010 1001010 0 1000 1000010 1110 110101 1000100 111010

Color Harmonies of #DCCA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA4A

Black with #DCCA4A

Text Example


Text Example

White with #DCCA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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